Skip to content
Success

Changes

Summary

  1. callstack.core: check monitor more often for callgraph analysis (details)
Commit 8d9a8d4e2238e88d1b86d8dc4651b476e34a6954 by Arnaud Fiorini
callstack.core: check monitor more often for callgraph analysis

This commit adds the possibility of canceling a very long callgraph
analysis. Without this, the callgraph analysis prevents Trace Compass
from exiting correctly and would not cancel properly.

Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
Change-Id: Ib805a4aed35e9d4218b8f8b6a8ac7f245fff34c3
The file was modified analysis/org.eclipse.tracecompass.analysis.callstack.core.tests/src/org/eclipse/tracecompass/analysis/callstack/core/tests/callgraph/AggregationTreeTest.java
The file was modified analysis/org.eclipse.tracecompass.analysis.callstack.core.tests/stubs/org/eclipse/tracecompass/analysis/callstack/core/tests/stubs/CallGraphAnalysisStub.java
The file was modified analysis/org.eclipse.tracecompass.analysis.callstack.core/src/org/eclipse/tracecompass/internal/analysis/callstack/core/callgraph/CallGraphAnalysis.java
The file was modified analysis/org.eclipse.tracecompass.analysis.callstack.core.tests/src/org/eclipse/tracecompass/analysis/callstack/core/tests/callgraph/AggregatedCalledFunctionStatisticsTest.java