The performance problems in your program could happen during a particular time period during the program's execution. Most of the Analyzer displays aggregate data for all times. The Timeline tab presents a graphical display of the events recorded in your experiments with time on the horizontal axis, so you can visually locate time periods that are of interest.
You could use the Timeline in many ways to find problems. Here are a few:
Filter Data; in the IDE, choose Analyze
View
Filter Data). Examine timing metrics other than User CPU
(in the standalone Analyzer, choose View
Set Data
Presentation; in the IDE, choose Analyze
View
Set Data
Presentation) in the Functions tab to find the functions responsible.| See also | |
|---|---|
|
Finding a Period of Inefficient CPU Usage The Timeline Tab Filtering the Data |
|