.NET Compact Framework Memory Profiler

  • Thread starter Thread starter boehm.tobi
  • Start date Start date
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
 
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.
 
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.
 
Back
Top