Profile and trace output views
Convenient data representation
Collected data from the profiler and tracer is visualized by the TraceAnalyzer.
This powerful component provides a number of different views that allow you to obtain the information you need in a short time:
- Summary
Shows information about the system being profiled/traced and the top entries of the call statistics (most called functions, etc.)
- CallStacks
Part of the profiler that shows function hierarchies
- Caller-Callee
Part ot the profiler that shows how a certain function f relates to other functions. It shows who calls function f (caller) and who is called by function f (callee).
- Functions
Shows a list of all different functions that are called, including profiler data.
- Trace
Shows the complete sequence of function calls and data values.
|
|
|