Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2014-05-28 19:30:15 +0000
committerMarc-Andre Laperle2014-05-29 14:06:41 +0000
commit5ce92bc9c33636f7400e9a9880a4610974d1e8a6 (patch)
treee4be5b8b28a6aa44eea311364dc0998f3e4423a0
parent6937911643e0be5c559c0774da1a62ec609f90f8 (diff)
downloadorg.eclipse.linuxtools-5ce92bc9c33636f7400e9a9880a4610974d1e8a6.tar.gz
org.eclipse.linuxtools-5ce92bc9c33636f7400e9a9880a4610974d1e8a6.tar.xz
org.eclipse.linuxtools-5ce92bc9c33636f7400e9a9880a4610974d1e8a6.zip
lttng-guide: Update the Statistics section with percentages
Change-Id: Ic7b0ca1aaef69c4aff4a07791c87c55a38e652b9 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27495 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki2
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.help/doc/images/LTTng2StatisticsView.pngbin45391 -> 52054 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki b/lttng/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki
index 01b66e6ca0..c783d0676e 100644
--- a/lttng/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki
+++ b/lttng/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki
@@ -656,7 +656,7 @@ 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. To open the Statistics View, select Windows -> Show View -> Other... -> Tracing -> Statistics. A new view will open with the name Statistics. 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 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. 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.:
[[Image:images/LTTng2StatisticsView.png]]
diff --git a/lttng/org.eclipse.linuxtools.lttng.help/doc/images/LTTng2StatisticsView.png b/lttng/org.eclipse.linuxtools.lttng.help/doc/images/LTTng2StatisticsView.png
index c910cade4e..1e05685361 100644
--- a/lttng/org.eclipse.linuxtools.lttng.help/doc/images/LTTng2StatisticsView.png
+++ b/lttng/org.eclipse.linuxtools.lttng.help/doc/images/LTTng2StatisticsView.png
Binary files differ

Back to the top