|
|
LTProf is a small but powerful CPU profiling tool for VC++, CBuilder, Delphi and VB applications. Although small, it has a combination of features difficult to find in even the most expensive tools available today:
Line level resolution
One of the best features of LTProf. Most profilers have a function-level resolution, that is, they can display a list of functions and the time spent in each one. LTProf goes further and displays graphically, on the source file, time spent by each line of code, relative to the function it belongs to. Thus if you have a long algorithm you can see which parts of it are the most time consuming.
No instrumentation, no rebuild, no time wasted
Unlike most profilers on the market LTProf does not require a rebuild or an instrumentation step. The normal build of your application can be profiled at any stage in its development, wi...
Download ( 2.14 MB ) |