Home
last modified time | relevance | path

Searched refs:getFuncTreeFlameChart (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DOtherThreadPanel.java51 flameSearchChart = new FlameSearchChart(null, AllData::getFuncTreeFlameChart); in OtherThreadPanel()
55 flameSearchChart = new FlameSearchChart(null, PerfData::getFuncTreeFlameChart); in OtherThreadPanel()
DAllThreadPanel.java56 …new FlameSearchChart((startNS, endNS, scale) -> AllData.getFuncTreeFlameChart(startNS, endNS), nul… in AllThreadPanel()
63 …new FlameSearchChart((startNS, endNS, scale) -> PerfData.getFuncTreeFlameChart(startNS, endNS), nu… in AllThreadPanel()
DOtherFunctionPanel.java61 flameSearchChart.freshData(AllData.getFuncTreeFlameChart(func), func.getDur()); in OtherFunctionPanel()
67 flameSearchChart.freshData(PerfData.getFuncTreeFlameChart(func), func.getDur()); in OtherFunctionPanel()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/
DAllData.java332 public static List<DefaultMutableTreeNode> getFuncTreeFlameChart(long startNS, long endNS) { in getFuncTreeFlameChart() method
345 public static List<DefaultMutableTreeNode> getFuncTreeFlameChart(Func func) { in getFuncTreeFlameChart() method
357 public static List<DefaultMutableTreeNode> getFuncTreeFlameChart(long startNS, long endNS, in getFuncTreeFlameChart() method
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/
DPerfData.java410 public static List<DefaultMutableTreeNode> getFuncTreeFlameChart(PrefFunc func) { in getFuncTreeFlameChart() method
421 public static List<DefaultMutableTreeNode> getFuncTreeFlameChart(long startNS, long endNS) { in getFuncTreeFlameChart() method
436 public static List<DefaultMutableTreeNode> getFuncTreeFlameChart(long startNS, long endNS, in getFuncTreeFlameChart() method