charts: Add units to numerical descriptors
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Tue, 24 Jan 2017 18:36:30 +0000 (13:36 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Tue, 31 Jan 2017 15:00:01 +0000 (10:00 -0500)
commit8c643309ee0d4e390661804fb8c45d13b3fa30f1
tree962e9c3bc446772601187ca8f160701de8600c72
parentf6c5f8e1adca1ee8e0b8fc1114d4afb0c1ccca55
charts: Add units to numerical descriptors

Like durations, any numerical descriptor could have units. Duration can
now inherit more of its parent behavior.

Change-Id: I151936bf5700dd6bb9b60b2d60a51350b5ec8083
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/89467
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/META-INF/MANIFEST.MF
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/src/org/eclipse/tracecompass/tmf/chart/core/tests/descriptor/DurationDescriptorTest.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/src/org/eclipse/tracecompass/tmf/chart/core/tests/descriptor/NumericalDescriptorTest.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/descriptor/DataChartDurationDescriptor.java
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/descriptor/DataChartNumericalDescriptor.java
This page took 0.024862 seconds and 5 git commands to generate.