How about performance monitor data:
http://blogs.msdn.com/davidklinems/archive/2005/12/09/502125.aspx
--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com | www.opennetcf.org
> Is there a more sophisticated method of profiling C# Netcf programs, more
> advanced then using Stopwatch class from OpenNetcf? This could be a open
> source approach, freeware or commerial product.
>
> Thanks.
John Olbert - 20 Jan 2006 19:33 GMT
I will look through the information. .
Specifically I was looking for a technique or tool that would show which
calls were taking the most time.
Thanks.

Signature
John Olbert
> How about performance monitor data:
>
[quoted text clipped - 9 lines]
> >
> > Thanks.
Daniel Moth - 20 Jan 2006 21:28 GMT
Other than the .stat stuff that Alex pointed you to, you have nothing else
for managed code...
To measure method calls perf, you have to do it manually e.g. use the
Stopwatch from SDF from OpenNETCF:
http://www.danielmoth.com/Blog/2004/12/stopwatch.html
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
>I will look through the information. .
>
[quoted text clipped - 18 lines]
>> >
>> > Thanks.