timing: Add statistics for time events in the flame graph view
authorSonia Farrah <sonia.farrah@ericsson.com>
Thu, 4 Aug 2016 21:01:14 +0000 (17:01 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 11 Aug 2016 13:23:56 +0000 (09:23 -0400)
commit0b06f3bc9f646ef168b94697b6df4b4bb8032af5
tree7963e1f933e575558388af38acbead99e0a7c4c0
parenteccbf48c12b655468ef5049b69d606682b70827e
timing: Add statistics for time events in the flame graph view

This will show users the statistics for each aggregated function in the
flame graph view.

The statistics are shown in the tooltip of each time event ( aggregated
function).

This shows the maximum/minimum duration,maximum/minimum self time,number
of calls, deviation and the average duration of each function.

Change-Id: I0d4c2f4da12a334d76d5173f68397f5f1e7abadf
Signed-off-by: Sonia Farrah <sonia.farrah@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/78500
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/callgraph/AggregatedCalledFunction.java
analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/callgraph/AggregatedCalledFunctionStatistics.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/flamegraph/FlameGraphContentProvider.java
analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/flamegraph/FlameGraphPresentationProvider.java
analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/flamegraph/FlamegraphEvent.java
analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/flamegraph/Messages.java
analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/flamegraph/messages.properties
This page took 0.034844 seconds and 5 git commands to generate.