Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- From: C.L <CL@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 7 Oct 2008 01:49:01 -0700
The method Jack mentioned is for kernel or Monte Carlo profiling.
This is different from Remote Call Profiler.
"BeverlyYeng" wrote:
erh...im not soo understand...
can you explaine more details ar?
thanks
"Jack" wrote:
There are two possibilities:
1. You call the Profile API calls whitin your application
(ProfileStart(), ProfileStop() )
2. Write a small executable which allows you to start a
profiling( profilestart, sleep 10s, profile stop)
In both cases: make shure you include the Profiling into your image
and capture the standard debug output of the OS (typically over COM1)
- References:
- Code Profiling ( Profiling for Visual Studio 2008 C++ application
- From: BeverlyYeng
- RE: Code Profiling ( Profiling for Visual Studio 2008 C++ application
- From: C.L
- RE: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- From: BeverlyYeng
- Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- From: Jack
- Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- From: BeverlyYeng
- Code Profiling ( Profiling for Visual Studio 2008 C++ application
- Prev by Date: Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- Next by Date: Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- Previous by thread: Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- Next by thread: please help !!! usim controller in pxa
- Index(es):
Relevant Pages
|