Searched refs:getFuncTreeFlameChart (Results 1 – 5 of 5) sorted by relevance
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/ |
D | OtherThreadPanel.java | 51 flameSearchChart = new FlameSearchChart(null, AllData::getFuncTreeFlameChart); in OtherThreadPanel() 55 flameSearchChart = new FlameSearchChart(null, PerfData::getFuncTreeFlameChart); in OtherThreadPanel()
|
D | AllThreadPanel.java | 56 …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()
|
D | OtherFunctionPanel.java | 61 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/ |
D | AllData.java | 332 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/ |
D | PerfData.java | 410 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
|