critical path: bug 490085 Always start critical path from head vertex
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Tue, 24 May 2016 17:37:51 +0000 (13:37 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Tue, 31 May 2016 12:47:44 +0000 (08:47 -0400)
commit0039d5e8f603f10e079fe379f6767543a9e96786
treed760f5b45bfbff0393bf57db3d8e43ada207dc7a
parentc47c880379b8037aaf6d5eba374f9edb8d50cdb8
critical path: bug 490085 Always start critical path from head vertex

Previously, the critical path was calculated starting at the start of the
window range, but that behavior was not intuitive to the user and it was not
possible to change that window range once it is calculated.

Now the critical path is calculated for the whole of the worker's lifetime.

Change-Id: Id76192eec04dff6d3c45c1bd1314248d4ea991fb
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/73515
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/analysis/graph/core/criticalpath/CriticalPathModule.java
This page took 0.025051 seconds and 5 git commands to generate.