Microsoft Newsgroup Reader

.NET Compact Framework Memory Profiler

Your Ad Here
.NET Compact Framework Memory Profiler
posted by at 07/24/2008 03:51PM
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
re: .NET Compact Framework Memory Profiler
posted by Chris Tacke, eMVP at 07/24/2008 06:00PM
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
re: .NET Compact Framework Memory Profiler
posted by Paul G. Tobey [eMVP] at 07/24/2008 06:00PM
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.

<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
re: .NET Compact Framework Memory Profiler
posted by Simon Tamman at 07/30/2008 08:01AM
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.

"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