This is a mirror of official site: http://jasper-net.blogspot.com/

EQATEC Profiler

| Wednesday, January 19, 2011
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. The report will tell you exactly how many times each method was called and how long it took. You can then speedup your application by optimizing just the most expensive methods.

Easy to use
We 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.

Very fast
On a 3GHz P4 PC the profiling step typically takes 1 second per 2000 methods, so that's pretty quick.

Read more: EQATEC

Posted via email from Jasper-net

0 comments: