Symbian
Symbian OS Library

SYMBIAN OS V9.2

[Index] [Spacer] [Previous] [Next]



Introduction

Sampler UI provides the following three views:

These views can be moved, closed, opened for viewing. See Managing Views for more information.


Analysis Report view

Analysis view displays the stacked area chart. This view contains 3 tabs namely Threads, Functions and DLLs. Each tab displays a stacked area chart where X-axis represents time in seconds and Y-axis the number of samples in a bucket. The chart displays sample occurrences over time as individual straight lines with a filled area below the line. These charts are refreshed whenever the bucket size is changed or whenever samples are selected or unselected in the Properties Report view.

This view provides the following features:

Analysis report view

Analysis report view

The above actions can be performed using the appropriate button that is provided on the top-right corner of the view.

All actions that can be performed on a chart (in Thread/Function/DLL tab) in the Analysis Report view can be performed on a chart in Comparison Report view. For example, zooming in or out, selecting the time range.

The profiling data required to plot the chart Analysis report view is read from the Eclipse preference store. See Importing the profiling data. Horizontal axis represents the time and the vertical axis represents the buckets of the CPU sample. You can specify the bucket size in Preference>Sampling. The default value is 100.

Buckets will be arranged in the ascending chronological order on the horizontal axis, but within the bucket, the time order will be insignificant. The time scale on the horizontal axis will be the real-time.

[Top]


Statistical Report view

The statistical view displays the Pie chart, which contains the percentage of sample occurences within the current time scale shown in the Analytical report view. Each color in the Pie chart below represents a thread.

Statistical report view

Statistical report view

[Top]


Properties Report view

Properties Report view contains a table with the following columns:

Properties Report view provides the following additional functionality:

Appropriate buttons on the top-right corner of the Properties Report view allows you to perform the above tasks.

Selecting samples above threshold value

Click 'Check above threshold' in the Properties Report view to select the check boxes corresponding to elements whose percentage of CPU time is above the threshold value.

[Top]


Comparison Report view

This view is used to compare the two charts that are generated from the two profiler data files.

Complete the following steps to add the 'Comparison Report' view to the Sampler UI:

  1. Select Show View > Other from the Window menu. The Show View dialog is displayed.

    Show View

    Show View

  2. Expand CPU Profiling and select Comparison Report.

  3. Click OK. This loads the Comparison Report view that is used to compare the profiling data.

Adjusting charts

You can adjust charts by changing the origin of the X-axis to either a negative or a positive time value in the Analysis Report view. This option is used for better comparison of the charts.

[Top]


See also

Installing Sampler UI

Managing Views

Buckets