xml: bug 493954: Allow string states to be displayed in time graph views
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Wed, 4 May 2016 03:31:33 +0000 (23:31 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 2 Jun 2016 20:09:22 +0000 (16:09 -0400)
commit6d8889e1ca56c2442446eeb1ee24a5bd108d7e90
treef19041d72cac00fc0aef6e11684cf1d224349fba
parentfb7d69c2a9e2ca6411bb6403d5b5acedfa9d0229
xml: bug 493954: Allow string states to be displayed in time graph views

If a string state value is to be displayed in the time graph, it will add
a new state to the presentation provider with color. This state will be re-used
when the same string is displayed again. This is ideal for time graphs of state
system where there is a fixed number of strings as value, yet impossible to
define with definedValues because specific to a trace.

Change-Id: I2d1fa041e578e0a7dbccc3138153db3fd4684c62
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/71970
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/ui/views/timegraph/XmlPresentationProvider.java
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/ui/views/timegraph/XmlTimeGraphView.java
This page took 0.025954 seconds and 5 git commands to generate.