Looking for a CF v2.0 Code Profiler ...

G

Guest

Does anyone know of a good code profiler that works on mobile applications?
Most the products that I've been able to search for only work on the
desktops/servers .... they work on .NET v1.1, v2.0, and v3.0, but they don't
work on Windows CE v5 / Compact Framework clients.

Would love to be able to track performance and memory leaks on the mobile
apps as well as the "big iron."

Thanks for any insight / suggestions.
 
G

Guest

Remote Performance Monitor and the tools with CF 3.5 are a big leap forward
from what has been available, and might give what you need. Get the Orcas
CTP and they're in there.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
G

Guest

Yes, we seen those. Our problem is we're a ways away from running Orcas.
We'll be on VS 2005 Pro for a bit longer. As such, I'm trying to find
something that would work in a straight .NET 2.0/3.0/CF 2.0 environment.

Any thoughts??
 
G

Guest

The profiler is still valid for older apps. We've used it to profile stuff
we developed in '05 and built against 2.0.

I doubt you'll find much that will just work with the existing tool chains -
there's nothing out there that I'm aware of for older stuff, and since MS is
creating tools, the incentive for anyone to "compete" with free is really
low.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
G

Guest

Hum .... that figures .... no such luck. Okay .... guess I will take another
look @ 3.5.

Thanks Chris,

Markus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top