tmf: Bug 491548: Do not incrementally build full time graph event list
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 12 Apr 2016 21:42:22 +0000 (17:42 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Wed, 13 Apr 2016 22:17:17 +0000 (18:17 -0400)
commit8d5d4aa449fbb38f65b714a4394a5903b7a0b330
treec1af0cc9a5fd2c41876d67b1c55e550a8f0d9842
parentf8f46a524251008dd9f55bfc3c87445a0c490758
tmf: Bug 491548: Do not incrementally build full time graph event list

The full event list should be recomputed for the full range at every
iteration of the build thread. If built incrementally it can create too
many events in the full event list.

The build thread should not insert NullTimeEvent in the full event list.

Change-Id: I2523291197b2d93267b2aa799e6126ea74eea0f9
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/70519
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/analysis/os/linux/ui/views/controlflow/ControlFlowView.java
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/analysis/os/linux/ui/views/resources/ResourcesView.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/callstack/CallStackView.java
This page took 0.026014 seconds and 5 git commands to generate.