doc: Bug 495211. Update Statistics View user guide
authorJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Mon, 6 Jun 2016 18:05:29 +0000 (14:05 -0400)
committerJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Tue, 7 Jun 2016 01:39:44 +0000 (21:39 -0400)
Change-Id: Id266dbb9ba577edea8acafbc196cfbc29f37cfb2
Signed-off-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/74704
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki
doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsPieChartView.png [new file with mode: 0644]
doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsTableView.png [new file with mode: 0644]
doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsView.png [deleted file]

index 64b388d42c90d7386c2df04787720be740a5959f..b417deb209cf9515c8fa21a122184bb24bfdb5bc 100644 (file)
@@ -757,9 +757,17 @@ In each histogram, the following keys are handled:
 
 == Statistics View ==
 
-The Statistics View displays the various event counters that are collected when analyzing a trace. The data is organized per trace. After opening a trace, the element '''Statistics''' is added under the '''Tmf Statistics Analysis''' tree element in the Project Explorer. To open the view, double-click the '''Statistics''' tree element. Alternatively, select '''Statistics''' under '''Tracing''' within the '''Show View''' window ('''Window''' -> '''Show View''' -> '''Other...'''). This view shows 3 columns: ''Level'' ''Events total'' and ''Events in selected time range''. After parsing a trace the view will display the number of events per event type in the second column and in the third, the currently selected time range's event type distribution is shown. The cells where the number of events are printed also contain a colored bar with a number that indicates the percentage of the event count in relation to the total number of events. The statistics is collected for the whole trace. This view is part of the '''Tracing and Monitoring Framework (TMF)''' and is generic. It will work for any trace type extensions. For the LTTng 2.0 integration the Statistics view will display statistics as shown below.:
+The Statistics View displays the various event counters that are collected when analyzing a trace. After opening a trace, the element '''Statistics''' is added under the '''Tmf Statistics Analysis''' tree element in the Project Explorer. To open the view, double-click the '''Statistics''' tree element. Alternatively, select '''Statistics''' under '''Tracing''' within the '''Show View''' window ('''Window''' -> '''Show View''' -> '''Other...'''). The statistics is collected for the whole trace. This view is part of the '''Tracing and Monitoring Framework (TMF)''' and is generic. It will work for any trace type extensions.
 
-[[Image:images/LTTng2StatisticsView.png]]
+The view is separated in two sides. The left side of the view presents the Statistics in a table. The table shows 3 columns: ''Level'' ''Events total'' and ''Events in selected time range''. The data is organized per trace. After parsing a trace the view will display the number of events per event type in the second column and in the third, the currently selected time range's event type distribution is shown. The cells where the number of events are printed also contain a colored bar with a number that indicates the percentage of the event count in relation to the total number of events.
+
+[[Image:images/LTTng2StatisticsTableView.png]]
+
+The right side illustrates the proportion of types of events into two pie charts. The legend of each pie chart gives the representation of each color in the chart.
+* The ''Global'' pie chart displays the general proportion of the events in the trace.
+* When there is a range selection, the ''Events in selection'' pie chart appears next to the ''Global'' pie chart and displays the proportion the event in the selected range of the trace.
+
+[[Image:images/LTTng2StatisticsPieChartView.png]]
 
 By default, the statistics use a state system, therefore will load very quickly once the state system is written to the disk as a supplementary file.
 
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsPieChartView.png b/doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsPieChartView.png
new file mode 100644 (file)
index 0000000..6de0720
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsPieChartView.png differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsTableView.png b/doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsTableView.png
new file mode 100644 (file)
index 0000000..d9005ae
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsTableView.png differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsView.png b/doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsView.png
deleted file mode 100644 (file)
index 1e05685..0000000
Binary files a/doc/org.eclipse.tracecompass.doc.user/doc/images/LTTng2StatisticsView.png and /dev/null differ
This page took 0.02856 seconds and 5 git commands to generate.