Memory Profiler?

  • Thread starter Rasmus Kromann-Larsen
  • Start date
R

Rasmus Kromann-Larsen

Hey,

I've had a few problems with running out of memory when running
extensive tests on my PDA application, does anyone know a memory
profiler that'll work on the compact framework? (VS.NET 2003 and 2005
or just one of them)

I'm suspecting it might be forms that are not removed properly, since I
open and close a lot of those, but I'm only using .Close() - do I need
to dispose them too?

Anyways, a profiler would be practical for a number of reasons ;-) But
I can only seem to find applications that'll work for the real
framework.

Thanks,
- Rasmus.
 
R

Rasmus Kromann-Larsen

Just FYI.

The application where I believe I'm having the form problem is a VS.NET
2003 application.

- Rasmus.

Rasmus Kromann-Larsen skrev:
 
G

Guest

CF2.0 SP1 comes with Remote Performance Monitor (RPM) which would be useful.
It's not a profiler, but it would allow you to better track when memory is
being allocated and not released.

-Chris
 
R

Rasmus Kromann-Larsen

Thanks,

I'll look into that.

- Rasmus.


CF2.0 SP1 comes with Remote Performance Monitor (RPM) which would be useful.
It's not a profiler, but it would allow you to better track when memory is
being allocated and not released.

-Chris
 

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

Similar Threads


Top