analysis: make call graph analysis non automatic
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Thu, 25 Aug 2016 19:07:15 +0000 (15:07 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Mon, 29 Aug 2016 11:40:22 +0000 (07:40 -0400)
Having automatic it will be executed for every trace since it is
available for each trace type at the moment. Moreover, since it
is dependent on the call stack analysis the call call stack
analysis is also triggered.

With this patch it is only done when one of the applicable call
graph views, e.g. Flame Graph view, is opened.

Change-Id: Id80782dc2050f8816b1440c7a9e7ff19503e0373
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/79760
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.timing.ui/plugin.xml

index ecb2836713c7461d5cc89751549aeb624666db98..613ab07459404d6f0014206b820e185910edca40 100644 (file)
@@ -5,7 +5,7 @@
          point="org.eclipse.linuxtools.tmf.core.analysis">
       <module
             analysis_module="org.eclipse.tracecompass.internal.analysis.timing.ui.callgraph.CallGraphAnalysisUI"
-            automatic="true"
+            automatic="false"
             icon="icons/elcl16/callgraph.png"
             id="org.eclipse.tracecompass.internal.analysis.timing.ui.callgraph.callgraphanalysis"
             name="%callgraph.analysis">
This page took 0.02664 seconds and 5 git commands to generate.