TMF: Allow XY line chart classes to change the resolution of the viewer
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Mon, 17 Feb 2014 15:21:31 +0000 (10:21 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Fri, 21 Feb 2014 18:40:59 +0000 (13:40 -0500)
commit9392459a3010698f5980ecbc6d1343fdecfb81d5
tree5bbede8db43714dc0249f00fbe87c9ac16a8a485
parent6a5251ebcec5a162f0ad2f5da6262505b1826581
TMF: Allow XY line chart classes to change the resolution of the viewer

While a resolution of 1 point per pixel shows a good level of precision for
charts showing absolute values at time t (like memory usage charts), it is not
the case when the data to show is a marginal difference with preceding point
(like CPU usage view). In those cases, a lower resolution makes better looking
graphs, so the viewer should be able to set the resolution.

Change-Id: I7cad9a85555f57fcb812dd774929925125b39ca0
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/22102
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartViewer.java
This page took 0.024466 seconds and 5 git commands to generate.