Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- From: Jack <unseen_coder@xxxxxxxxxxx>
- Date: Mon, 6 Oct 2008 04:21:24 -0700 (PDT)
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)
.
- Follow-Ups:
- Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- From: BeverlyYeng
- Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- References:
- Prev by Date: Re: Using COM1 WINCE500
- Next by Date: Re: Using COM1 WINCE500
- Previous by thread: RE: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- Next by thread: Re: Code Profiling ( Profiling for Visual Studio 2008 C++ applicat
- Index(es):