EQATEC Profiler is a easy and simple application which is currently the one and only code profiler for .NET Compact Framework.
All other .NET CF profilers deal with memory profiling. This tool deals with profiling the execution of the code for locating performance bottlenecks.
Here are some key features of "EQATEC Profiler":
· You can profile any .NET application with just a few clicks. No source code changes are needed.
· The viewer has been designed to make it easy to drill quickly into what really matters: the most expensive methods and their context.
· On a 3GHz P4 PC the profiling step typically takes 1 second per 2000 methods, so that's pretty quick.
· A command-line version of the profiler enables you to integrate the profiling-step straight into your ordinary build-process, e.g. in MSBuild
Limitations:
· Print timing snapshot reports unavailable
· Save snapshots to disk unavailable
· Search for method names in snapshot report unavailable
· Compare two snapshots to easily see the improvements unavailable
What's New in This Release: [ read full changelog ]
· Reduced memory usage to avoid OutOfMemoryException