From: Alexandre Montplaisir Date: Wed, 28 Jan 2015 21:02:27 +0000 (-0500) Subject: rcp: Update documentation X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=63a4393f4081cecef13485fdd89ce54ab2f331b5;p=deliverable%2Ftracecompass.git rcp: Update documentation * Refer to "Trace Compass" instead of the previous "Linux Tools Trace Viewer" naming. * Add a small section describing how to update the program. Change-Id: I916d1c6d6615cf601ba1df5210294c838d87660a Signed-off-by: Alexandre Montplaisir Reviewed-on: https://git.eclipse.org/r/40568 Reviewed-by: Marc-Andre Laperle Tested-by: Marc-Andre Laperle Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann Tested-by: Bernd Hufmann --- diff --git a/org.eclipse.tracecompass.rcp.help/build.xml b/org.eclipse.tracecompass.rcp.help/build.xml index fa64be0794..94a14de0f1 100644 --- a/org.eclipse.tracecompass.rcp.help/build.xml +++ b/org.eclipse.tracecompass.rcp.help/build.xml @@ -7,7 +7,7 @@ - + @@ -25,7 +25,7 @@ - + '''Check for Updates'''. If updates are available, a +standard Eclipse update dialog will offer their installation. = Opening a Trace = To open a trace, click on the '''File''' menu and select '''Open Trace...'''. -A new dialog will show for selecting a trace to open. Select a trace file +A new dialog will show up for selecting a trace to open. Select a trace file and then click on '''OK'''. Note that for traces that are directories (such as Common Trace Format (CTF) traces) any file in the trace directory can -be selected to open the trace. Now, the trace viewer's auto detection algorithm -will validate the trace against all known trace types. If multiple trace types -are valid, a trace type is chosen based on a confidence criteria. The -validation process and the computation of the confidence level are trace type -specific. After successful validation the trace will be opened with the -detected trace type. - -Alternatively the user can launch the trace viewer with the command-line +be selected to open the trace. The auto detection algorithm will then validate +the trace against all known trace types. If multiple trace types are valid, a +trace type is chosen based on a confidence criteria. The validation process and +the computation of the confidence level are trace type specific. After +successful validation, the trace will be opened with the detected trace type. + +Alternatively the user can launch '''tracecompass''' with the command-line argument '''--open '''. The trace will then automatically open using the same algorithm than described above. @@ -36,6 +43,6 @@ In both of the above cases, the trace will be linked to the default project. = References = -* [http://www.eclipse.org/linuxtools/projectPages/lttng/ Linux Tools - LTTng integration] +* [http://www.eclipse.org/tracecompass Trace Compass project] * [http://www.lttng.org/ LTTng project]