tmf.xml: replace exception with log error message in TmfXmlStateValue
[deliverable/tracecompass.git] / doc / org.eclipse.tracecompass.rcp.doc.user / doc / User-Guide.mediawiki
CommitLineData
39191d76 1
d138a4d4 2= Trace Compass RCP =
39191d76 3
63a4393f 4The Trace Compass RCP version is a stand-alone application based on Eclipse's
2b042910 5Rich Client Platform (RCP). The purpose of this is to provide a lightweight
63a4393f
AM
6application to view and analyze traces. It includes most standard features found
7in the Trace Compass project.
2b042910 8
d138a4d4 9== Getting Started ==
39191d76 10
63a4393f
AM
11To start the Trace Compass RCP, go to the directory where it is installed and
12then run the executable named '''tracecompass'''. During startup, the program
13will create, if necessary, an Eclipse workspace under the user's home directory
14with the name ''.tracecompass''. It also creates, if needed, a default tracing
15project called ''Tracing''.
2b042910 16
63a4393f
AM
17Now the application can be used as described in the regular User Guide. (see
18section [[#References | References]]).
19
d138a4d4 20== Updating the application ==
39191d76 21
63a4393f
AM
22The RCP is pre-configured to point to the update site of its release "track".
23For example, if you download a "nightly" RCP, it will update using that
24"nightly" update site. These settings are configurable in the preferences, but
25in most cases, the user should not have to change them.
26
27The program does not check automatically for updates. To check manually, you can
28click on '''Help''' -> '''Check for Updates'''. If updates are available, a
29standard Eclipse update dialog will offer their installation.
2b042910 30
d138a4d4 31== Opening a Trace ==
39191d76 32
1aec2e92 33To open a trace, click on the '''File''' menu and select '''Open Trace...'''.
63a4393f 34A new dialog will show up for selecting a trace to open. Select a trace file
1aec2e92
BH
35and then click on '''OK'''. Note that for traces that are directories
36(such as Common Trace Format (CTF) traces) any file in the trace directory can
63a4393f
AM
37be selected to open the trace. The auto detection algorithm will then validate
38the trace against all known trace types. If multiple trace types are valid, a
39trace type is chosen based on a confidence criteria. The validation process and
40the computation of the confidence level are trace type specific. After
41successful validation, the trace will be opened with the detected trace type.
42
43Alternatively the user can launch '''tracecompass''' with the command-line
d3e89107
BH
44argument '''--open <trace-path>'''. The trace will then automatically open
45using the same algorithm than described above.
76fccfb0
MK
46
47In both of the above cases, the trace will be linked to the default project.
48
d138a4d4 49== References ==
2b042910 50
63a4393f 51* [http://www.eclipse.org/tracecompass Trace Compass project]
2b042910 52* [http://www.lttng.org/ LTTng project]
2b042910 53
This page took 0.072617 seconds and 5 git commands to generate.