.NET Compact Framework Memory Profiler
.NET Compact Framework Memory Profiler
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
posted by Chris Tacke, eMVP at 07/24/2008 06:00PM
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
<boehm.tobi@googlemail.com> wrote in message
news:c6d2a24f-0bcf-4efd-8973-e1a0ca8fe6bf@s21g2000prm.googlegroups.com...
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
posted by Paul G. Tobey [eMVP] at 07/24/2008 06:00PM
course, you didn't say what version of the .NET CF you're using...
Paul T.
<boehm.tobi@googlemail.com> wrote in message
news:c6d2a24f-0bcf-4efd-8973-e1a0ca8fe6bf@s21g2000prm.googlegroups.com...
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
posted by Simon Tamman at 07/30/2008 08:01AM
managed memory leaks. It won't help so much if you're calling unmanaged code
that has memory leaks.
"Chris Tacke, eMVP" wrote:
search for Remote Performance Monitor (RPM).
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
boehm.tobi@googlemail.com> wrote in message
news:c6d2a24f-0bcf-4efd-8973-e1a0ca8fe6bf@s21g2000prm.googlegroups.com...
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