Re: Profiler tools for WinCE 6.0 device
- From: "Chris Tacke, eMVP" <ctacke.at.opennetcf.dot.com>
- Date: Wed, 22 Oct 2008 10:35:12 -0500
To be clear, you're telling us that there aren't any profilers that will
tell how long a function took to run, and that he has to go in and add
timing code to every method in his platform or application? Seriously?
Next you'll tell us there isn't a debugger and our only option is to use
printf
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"CodeFox" <CodeFox@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C9C83FDE-77C4-4169-B171-8799A093A86D@xxxxxxxxxxxxxxxx
If you require to profile a function then there aren't any tools
available.
You can create your own function profile using the following code:
DWORD dwStart = GetTickCount();
// Done some operation ...
DEBUGMSG(1, (L"Function time: %d\n", GetTickCount() - dwStart);
"BeverlyMun" wrote:
okie..thanks
let me ask for more
if i want do a "code profiling" on my "C++ application" which debug in
"WinCE 6.0 device"..
is there got any suitable tools??
thanks again
"Chris Tacke, eMVP" wrote:
Remote Call Profiler works fine from PB.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"BeverlyMun" <ty_devily117@xxxxxxxxxxx> wrote in message
news:98681338-6BCD-4FFE-AB29-E22DD8ADC2FF@xxxxxxxxxxxxxxxx
Is there got any profiler tools which is support by WinCE 6.0
device??
.
- Follow-Ups:
- Re: Profiler tools for WinCE 6.0 device
- From: BeverlyMun
- Re: Profiler tools for WinCE 6.0 device
- References:
- Profiler tools for WinCE 6.0 device
- From: BeverlyMun
- Re: Profiler tools for WinCE 6.0 device
- From: Chris Tacke, eMVP
- Re: Profiler tools for WinCE 6.0 device
- From: BeverlyMun
- Re: Profiler tools for WinCE 6.0 device
- From: CodeFox
- Profiler tools for WinCE 6.0 device
- Prev by Date: Re: Does OEMIdle will affect the speed of usb data transmission?
- Next by Date: Re: OpenNetCf dlls
- Previous by thread: Re: Profiler tools for WinCE 6.0 device
- Next by thread: Re: Profiler tools for WinCE 6.0 device
- Index(es):
Relevant Pages
|