From: Jean-Christian Kouame Date: Thu, 2 Jun 2016 13:56:50 +0000 (-0400) Subject: doc: Bug 495211. Update Go to min/max documentation X-Git-Url: http://git.efficios.com/?p=deliverable%2Ftracecompass.git;a=commitdiff_plain;h=b2bf23187eec271d996db053b8b6d9aa71935d15 doc: Bug 495211. Update Go to min/max documentation Change-Id: Ia6817483a4b6c03afcde050026ea218479681ad4 Signed-off-by: Jean-Christian Kouame Reviewed-on: https://git.eclipse.org/r/74380 Reviewed-by: Matthew Khouzam Tested-by: Matthew Khouzam Reviewed-by: Hudson CI --- diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki b/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki index fc52840f4e..64b388d42c 100644 --- a/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki +++ b/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki @@ -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]] diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/LatenciesStatistics.png b/doc/org.eclipse.tracecompass.doc.user/doc/images/LatenciesStatistics.png index 969434f09a..b107ed3852 100644 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