Profiler Timeline
The gathered profiled data is displayed on the Profiler Timeline, where you can easily see how various events correlate to each other. It can optionally be exported to various formats.
Profiler Timeline is enabled by toggling the Profiler Timeline button in the Analyzer toolbar. Profiler timeline window can be renamed by right-clicking on window page.
Time correlation is only possible when timestamps for recorded messages are provided by the BlueBox. Practically this means that if you are using e.g. a trace port, you will be able to correlate the program flow with other trace sources (e.g. network messages), while if you're using an On-Chip Trace Buffer (OCTB), the timestamps for CPU trace data are provided by the On-Chip trace module, and therefore can not be correlated to the rest of the trace traffic. |
![]() |
Profiler Timeline window toolbar |
|
Timeline |
|
Function events pane |
|
Data events pane |
|
AUX events pane |
Most toolbar commands are also available from the context menu.
Icon |
Title |
Description |
---|---|---|
![]() |
Current Task |
Select the context you wish to analyze. Read more in chapter Context Selection. |
![]() |
Filter items |
Opens a combox for Filter configuration. Read more in Profiler timeline Filtering chapter. |
![]() |
Hide items with no activity |
Hides all areas with no activity. Read more in Profiler timeline Filtering chapter. |
![]() |
Post Process |
Configure Inspectors. |
![]() |
Export |
Export the data. |
![]() |
Show code |
Toggle function events. |
![]() |
Show data |
Toggle data events. |
![]() |
Show aux |
Toggle AUX events. |
![]() |
Find |
Find an item by name. Read more in Profiler timeline Searching chapter. |
![]() |
Snap area on Find |
If enabled, the result of Find will be snapped into view. Read more in Profiler timeline Searching chapter. |
![]() |
Zoom In |
Zoom in the timeline from selected position (black line) |
![]() |
Zoom Out |
Zoom out the timeline from selected position (black line) |
![]() |
Zoom All |
Zoom the entire timeline. |
![]() |
Zoom in between Marker 1 and Marker 2 |
Zoom in the area between selected markers. |
![]() |
Show Markers |
Toggle markers. |
![]() |
Next Statistics |
Cycle through to the instance, statistics (available in Profiler Statistics windows). |
![]() |
Cumulative Statistics |
A sum of statistics for all instances when the parent area was active (available in Profiler Statistics windows). |
Right-clicking in the area of Profiler Timeline window open context menu.
![]()
|
Zoom -Zoom in, out, all and zoom between markers.
Go to - Move to position of Marker 1, Marker 2, Caret, Start, End, Trace, Next Bookmark, Previous Bookmark, Source, Dissasembly.
Markers - Set Marker 1 and Marker 2, Toogle Bookmark, Clear Bookmark, Remove Markers.
Find - Search for an item by name; search for previous/next. an item by name.
Filters - Add to filter or create new filter.
Properties - Open a dialog for the various statistics available.
Session Statistics - Opens dialog Properties for Session Statistics.
Area Statistics - Opens a new window Profiler Statistics for Area [name,file] where it is possible to define an area (e.g. function, variable state, OS task, Profiler Inspector state...) which will be used as a time-based filter for the Profiler Statistics.
Interval Statistics - Opens a new window Profiler Statistics: [Interval] to display timing statistics between two markers.
Insert File into Project - Insert Source file, Build file or HW into the project.
Add File to Templates - Create new template. Current file will be saved before creating a new template.
Toggle the display buttons to show:
•Functions
•Data (variables, OS States, instrumentation)
•AUX (IO signals, network messages) signals
The first column displays the area name and the column Value shows the AUX/data value at the caret position.
Shape / Color |
Applicable Area |
Activity |
|
---|---|---|---|
Block / Red |
Function, State, Task |
The area is active (function executing in body, state is active, task is running). |
|
Block / Light Red |
Function, Task State |
The area is suspended (function called another function, a task was preempted). |
|
Block / Blue |
Function, Source Line, State |
Multiple activities within a single display pixel. Zoom-in to get more information. |
|
![]() |
Block / Dark yellow |
Task |
Except tasks in the running state. |
![]() |
Block / Green |
State |
The State variable is in the neutral state (no task is executing). |
Line / Red and Green |
Data (state variable) |
The data variable of state type shows state flow. Red lines indicate active states, green the neutral state. |
|
Line / Blue |
Data |
A data variable of regular type, state variable without neutral value, AUX flow. |
If you would like to measure time between two arbitrary events in the Profiler Timeline (or Trace window), right-click and from the context menu select Markers/Set 1 or Set 2. Set the two markers (blue and yellow) on the timeline events of your choice.
![]() |
Click on the timeline to get the time of the event. The position is marked with black line.
Set Marker 1. |
Alternatively use shortcuts for the blue marker - CTRL + left mouse click.
Set Marker 2. |
Alternatively use shortcut for yellow Marker - CTRL+ right mouse click.
Other tips:
•Move markers by holding CTRL + move mouse left and right.
•Use F4 and SHIFT + F4 to move between events on the timeline.
•Hold CTRL + scroll the mouse wheel to zoom in and out of the timeline.
•Use CTRL + left arrow and CTRL + right arrow to shift the timeline left and right.
•The bar below the Analyzer Timeline will display the timestamp of each marker, as well as the difference between them.