Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Memory profiler for .NET Compact Framework

Is there a tool I could use for profiling (memory) a .NET compact framework 3.5 application (Windows Mobile)?

Thanks!

like image 512
splattne Avatar asked Feb 04 '23 10:02

splattne


2 Answers

Use the Remote Performance Monitor that comes with Studio. It gives snapshots of the GC heap, traceable roots and much more.

like image 165
ctacke Avatar answered Feb 06 '23 01:02

ctacke


Equatec supports .NET CF 3.5

like image 33
Amit G Avatar answered Feb 05 '23 23:02

Amit G