Trace scripting module that allows to interact with the Trace Compass UI to open an import traces.
Method | Description |
---|---|
openTrace() | Fully open a trace in the Trace Compass application, ie it will open as if the user had opened it in the UI, running all automatic analyses, etc. |
ITmfTrace openTrace(String projectName, String traceName, [boolean isExperiment]) throws FileNotFoundException
Fully open a trace in the Trace Compass application, ie it will open as if the user had opened it in the UI, running all automatic analyses, etc. If the trace is successfully opened, it becomes the currently active trace.
The trace