tmf: Allow time graph zoomed event list to be built incrementally
authorPatrick Tasse <patrick.tasse@gmail.com>
Thu, 16 Jul 2015 20:16:21 +0000 (16:16 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Wed, 5 Aug 2015 20:11:49 +0000 (16:11 -0400)
commit0b02f22ae9d199185bbfd8b554bade5cd61c4d4a
treee875e5c303a388889969a8d928b5a925da961d37
parent0c2409c16989741ed7716573d139e267b38c6d20
tmf: Allow time graph zoomed event list to be built incrementally

Instead of being replaced with a whole new list in one operation, time
events can now be incrementally merged into the zoomed event list.

The time graph entry adds a method to add time events to the existing
zoomed event list, replacing the last event if necessary.

NullTimeEvent is updated to correctly split without losing its type.

Change-Id: Icf51199483244a61580592d3f193ef460eded655
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/52964
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/EventIterator.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/NullTimeEvent.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java
This page took 0.024757 seconds and 5 git commands to generate.