CLR Profiler for Cmpact Framework Applications needed

  • Thread starter Thread starter Roberto Rocco
  • Start date Start date
R

Roberto Rocco

Hello all,

does anybody know if there is a CLR Profiler that allows to profile
applications o Windows CE.NET 4.2 devices running on Compact Framework
written in C#?

I know there are many Profilers for Desktop Applications, but I couldn't
find any allowing to profile Compact Framework applications.

And BTW: Visual Studio Team Systems allows to profile .NET applications. But
again, I couldn't get any information on whether or not it supports Compact
Framework applications.

Every hint is welcome!

Many thanks in advance.

Best regards,

Roberto Rocco.

@TOLL GmbH
Project Manager Mobile Solutions
 
You can use all those desktop tools against CF code *if* you make your
applications run on the desktop. Of course, that is not ideal as you'll be
running against a different engine.

The closest you have on devices is the Remote Performance Monitor that ships
with NETCF v2.0 SP1 exposing the .stat counters.

Cheers
Daniel
 
Back
Top