tmf: Cache CallStackEvent names
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 30 Jun 2016 20:55:31 +0000 (16:55 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 14 Jul 2016 16:30:47 +0000 (12:30 -0400)
commit6f8332c4beb8b962b8561b117cd3fb722cc3e507
tree0cd5b3331c10540ecff1521595b42abd7e04170a
parentc23b0c4cd3578cebba8360998160adfab5ec285a
tmf: Cache CallStackEvent names

This will avoid calling the symbol provider repeatedly, which
equates to a state system query + calling an external process
for LTTng-UST traces, for examples.

Change-Id: I798c0d253b2ba83529c98b99b70481430ea1a613
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/76400
Reviewed-by: Hudson CI
tmf/org.eclipse.tracecompass.tmf.ui/META-INF/MANIFEST.MF
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/callstack/CallStackEvent.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/callstack/CallStackPresentationProvider.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/callstack/CallStackView.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeEvent.java
This page took 0.027118 seconds and 5 git commands to generate.