doc: Bug 495211. Update Go to min/max documentation
authorJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Thu, 2 Jun 2016 13:56:50 +0000 (09:56 -0400)
committerJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Mon, 6 Jun 2016 19:50:18 +0000 (15:50 -0400)
Change-Id: Ia6817483a4b6c03afcde050026ea218479681ad4
Signed-off-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/74380
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/LatenciesStatistics.png

index fc52840f4e95d902a0e1dff001d2a72946237b13..64b388d42c90d7386c2df04787720be740a5959f 100644 (file)
@@ -3226,7 +3226,7 @@ The following screenshot shows the result of the preceding example on a LTTng Ke
 
 Trace Compass offers a feature called Latency analysis. This allows an analysis to return intervals and these intervals will be displayed in four different views. An example analysis is provided with kernel system call latencies being provided. The available views are: 
 
-* System Call Latencies 
+* System Call Latencies
 A '''table''' of the raw latencies. This view is useful to inspect individual latencies.
 
  [[Image:images/LatenciesTable.png| Latency Table example - System Call Latencies]]
@@ -3239,7 +3239,11 @@ A time aligned '''scatter chart''' of the latencies with respect to the current
 
 
 * System Call Latency Statistics
-A view of the total '''statistics''' of the latencies. These show the ''minimum'', ''maximum'', ''average'' and ''standard deviation'' of the latencies when applicable. This tool is useful for finding the outliers on a per-category basis. 
+A view of the total '''statistics''' of the latencies. These show the ''minimum'', ''maximum'', ''average'', ''standard deviation'', and ''count'' of the latencies when applicable. This tool is useful for finding the outliers on a per-category basis.
+
+Right-clicking on an entry of the table and select '''Go to minimum''' allows to select the range of the minimum latency for the selected entry and synchronize the other views to this time range.
+
+Right-clicking on an entry of the table and select '''Go to maximum''' allows to select the range of the maximum latency for the selected entry and synchronize the other views to this time range.
 
 [[Image:images/LatenciesStatistics.png| Latency Statistics example - System Call Latency Statistics]]
 
index 969434f09af98bf4f8634141bdae3bd0bb4cd1c7..b107ed3852af172963e6dd906f3eba7172d4697b 100644 (file)
Binary files a/doc/org.eclipse.tracecompass.doc.user/doc/images/LatenciesStatistics.png and b/doc/org.eclipse.tracecompass.doc.user/doc/images/LatenciesStatistics.png differ
This page took 0.028616 seconds and 5 git commands to generate.