Performance Profiler Results
AQtime’s Performance profiler provides invaluable information about the application’s execution. It generates
a lot of results that help you not only detect bottlenecks, but find the cause
of the bottlenecks.
Line Profiling Results
If you profile your application at the line level, AQtime displays profiling results next to each source line in the built-in Editor panel. Routine results are shown as comments before the routine’s code. The comments can be collapsed and expanded.
Coverage Profiling Results
The Coverage profiler outputs information that lets you easily check whether certain lines, routines or files have been covered by the test.
Allocation Profiling Results The Allocation profiler gathers information objects
for allocations and de-allocations, and calls memory management functions. It lets you trace memory leaks with a complete call stack for each leaked instance.
Resource Profiling Results The Resource profiler gathers information resources
for allocations and
de-allocations, and calls resource management functions. It lets you trace resource leaks with a complete call stack for each leaked instance.
Function Trace Profiler Results The Function Trace profiler traces the route and order of function calls during the applications execution, without the need to insert special trace messages in the application's source code.
Function Trace Profiler Results in CodeSite The Function Trace profiler can output results to AQtime panels, files or CodeSite (CodeSite is a special utility by Raize Software. It is used for tracing application execution).
Setup Panel
The Setup panel is a tool for specifying files, classes and/or routines
that need to be profiled and the time of day that they should be profiled.
Call Graph
The Call Graph panel displays a sequence of function calls in a
user-friendly manner.
Call Tree
The Call Tree is a helper panel that is used to explore the sequence of function calls and references between objects.
Disassembler Panel
Using the Disassembler panel you can explore binary code generated by the compiler for a routine.
PEReader Panel
The PEReader panel provides information on imported DLLs as well as imported and exported routines.
Filter, Sort and Group Results On-the-Fly
Exciting customization capabilities and a user-friendly interface gives you
the flexibility to tune AQtime panels so that you get the desired results displayed
every time.