Uses of Package
org.eclipse.tracecompass.incubator.scripting.core.trace
Packages that use org.eclipse.tracecompass.incubator.scripting.core.trace
Package
Description
/TraceCompass/Analysis: EASE scripting module and classes to
create analyses, read a trace and fill common backends, to then be able to
visualize the results in common views./TraceCompass/Trace: EASE scripting module and classes to open
or import traces-
Classes in org.eclipse.tracecompass.incubator.scripting.core.trace used by org.eclipse.tracecompass.incubator.scripting.core.analysisClassDescriptionAn event iterator class for scripting which allows to return to the script only the requested events, by setting the desired event names with the
ScriptEventsIterator.addEvent(String)method. -
Classes in org.eclipse.tracecompass.incubator.scripting.core.trace used by org.eclipse.tracecompass.incubator.scripting.core.traceClassDescriptionAn event iterator class for scripting which allows to return to the script only the requested events, by setting the desired event names with the
ScriptEventsIterator.addEvent(String)method.