Key Features
These are the key features of the EQATEC Profiler.
Optimize speed, not memory usage
The EQATEC Profiler is a code profiler, not a memory profiler.
So it's all about making your app run faster, not about tracking
objects and memory. |
|
Easy to useWe have focused much on making the profiler and viewer both very easy to use: 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. So don't let the simple look fool you - we take pride in not adding tons of useless options, but instead make tools that simply does "the right thing" by itself. |
|
Profile any .NET app (2.0 and above)You can profile any app, not just your own. Profile NASA's great World Wind app if you want. Or Paint.NET. Yes, any app you want is no problem - just point and go. |
|
Only code profiler for .NET CF
The profiler was developed specifically to optimize .NET CF apps, and
is actually the only existing code profiler for .NET CF in the World as of May, 2008. |
|
Low runtime overhead
The overhead depends on the instrumentation-level and
the application itself, but typically
your app will only run 30% slower and become 30% bigger. |
|
Command-line version
A command-line version of the profiler enables you to
integrate the profiling-step straight into your
ordinary build-process, e.g. in MSBuild. |
|
Profiler APIYou can control the profiler programmatically, too: take a profile-snapshot precisely when needed, not just when your application stops. You may also use attributes to prevent any method from being profiled or from appearing in the report. |
|
It's free
"-and free means crap, right?" |





