Implement TmfRangeSynchSignal toString
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 11 Dec 2014 20:08:39 +0000 (15:08 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 15 Dec 2014 18:13:42 +0000 (13:13 -0500)
commite9681c60457d1c196476c2aeb8a6186cb73bcfec
treec98719c98430c33b8940f87d3c648e44423a569c
parent7f206c037ae48a5b5827f4fe88f716caa5beae73
Implement TmfRangeSynchSignal toString

I found it sad that TmfTimeSynchSignal had its toString but not
TmfRangeSynchSignal. This commit fixes the injustice.

Example of the result:

TmfRangeSynchSignal [source=\
org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView@3a7b058e, \
range=TmfTimeRange [fStartTime=03:02:54.940 166 462, \
fEndTime=03:02:54.977 325 374]]

Change-Id: Ic3accae7610e454736497251c170fbdecb9b83fb
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Reviewed-on: https://git.eclipse.org/r/38067
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/signal/TmfRangeSynchSignal.java
This page took 0.025469 seconds and 5 git commands to generate.