Profile your application to find bottlenecks in your code, so you can optimize to get more speed! Or make a full function trace!
Profile:
This profiler (Windows NT, 2000, XP and x86) can
... [More]
profile any function (dll, c++, delphi, ?) without changing the original code or even the need of the original code.
It uses runtime function detouring and assembly to profile any function. A program can be compiled with the profiler code (delphi) or the precompiled dll can be used (delphi, c++, etc). The to be profiled function can be extracted from debug files (.map, in future .dbg/.pdb), dll imports/exports, or "manual" in code (add by name and pointer).
Trace:
The latest version also features a full execution/function trace capability! [Less]