.NET Compact Framework Memory Profiler

B

boehm.tobi

Hello,

I already googled the hell out of it but I can't find a memory
profiler for the Compact Framework. Does anybody know a tool that
shows me memory usage, "memory leaks(?!)" in a Compact application?
Or is the term "profiler" wrong? I already found a good code profiler
but that's not exactly what I'm looking for.
I hope for a point in the right direction.

Thanks a lot in advance.
Tobi
 
P

Paul G. Tobey [eMVP]

The PowerToys for .NET Compact Framework 3.5 is probably what you want. Of
course, you didn't say what version of the .NET CF you're using...

Paul T.
 
S

Simon Tamman

It's worth noting that this will only give you the information to discern
managed memory leaks. It won't help so much if you're calling unmanaged code
that has memory leaks.
 

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