Search in sources :

Example 6 with TreeDiff

use of com.insightfullogic.honest_profiler.core.aggregation.result.diff.TreeDiff in project honest-profiler by jvm-profiling-tools.

the class FlameDiffViewController method refresh.

// AbstractViewController Implementation
@Override
protected void refresh() {
    diff = new TreeDiff();
    updateDiff(getBaseTarget(), getNewTarget());
}
Also used : TreeDiff(com.insightfullogic.honest_profiler.core.aggregation.result.diff.TreeDiff)

Aggregations

TreeDiff (com.insightfullogic.honest_profiler.core.aggregation.result.diff.TreeDiff)6 FXML (javafx.fxml.FXML)2 Node (com.insightfullogic.honest_profiler.core.aggregation.result.straight.Node)1 Tree (com.insightfullogic.honest_profiler.core.aggregation.result.straight.Tree)1 NumericInfo (com.insightfullogic.honest_profiler.core.profiles.lean.info.NumericInfo)1 TreeDiffCheckAdapter (com.insightfullogic.honest_profiler.framework.checker.TreeDiffCheckAdapter)1 TreeGenerator (com.insightfullogic.honest_profiler.framework.generator.TreeGenerator)1 Test (org.junit.Test)1