analysis: Add the critical path view
authorFrancis Giraldeau <francis.giraldeau@gmail.com>
Mon, 3 Aug 2015 14:03:49 +0000 (10:03 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 22 Oct 2015 18:55:32 +0000 (14:55 -0400)
commit44d8e2f1ffbaf80084d077681584ea8afb37b288
tree7270415fcfc570545189493fba373dbe1b7bc0a1
parenta006ee54290a3afff907d43b19c29be8b05b82b4
analysis: Add the critical path view

Added in a new org.eclipse.tracecompass.analysis.graph.ui plugin

Change-Id: Id1f9691273c35e3e91b3ef57c000a37ee8bc4ad1
Signed-off-by: Francis Giraldeau <francis.giraldeau@gmail.com>
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/41481
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.graph.core/META-INF/MANIFEST.MF
analysis/org.eclipse.tracecompass.analysis.graph.ui/META-INF/MANIFEST.MF
analysis/org.eclipse.tracecompass.analysis.graph.ui/plugin.xml
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/CriticalPathBaseEntry.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/CriticalPathEntry.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/CriticalPathPresentationProvider.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/CriticalPathView.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/Messages.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/messages.properties [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/package-info.java [new file with mode: 0644]
This page took 0.027 seconds and 5 git commands to generate.