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());
}
Aggregations