analysis: Clean up critical path algorithm a bit
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Sat, 24 Oct 2015 02:23:10 +0000 (22:23 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 27 Oct 2015 19:29:00 +0000 (15:29 -0400)
commitda4232b4bd5e394cd5f1f29e14777e28f107994b
treef0e3eeb1c55969ab6ee95041395d17a01071ed0f
parent473d89deb81774a24cffd2503ea58616e2f730d7
analysis: Clean up critical path algorithm a bit

Change-Id: I8c798fc612a28640b29292a6e51af046ebe50d97
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/58872
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/src/org/eclipse/tracecompass/analysis/graph/core/tests/analysis/criticalpath/TmfCriticalPathAlgoBoundedTest.java
analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/analysis/graph/core/criticalpath/CriticalPathAlgorithmException.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/analysis/graph/core/criticalpath/CriticalPathModule.java
analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/analysis/graph/core/criticalpath/ICriticalPathAlgorithm.java
analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/criticalpath/CriticalPathAlgorithmBounded.java
This page took 0.04603 seconds and 5 git commands to generate.