Home
last modified time | relevance | path

Searched refs:funcGroupByStackId (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/
DDataProcess.java58 Map<String, TreeTableBean> map = funcGroupByStackId(startNS, endNS, funcs, null); in getFuncTreeTopDown()
95 … Map<String, TreeTableBean> treeNodeMap = funcGroupByStackId(startNS, endNS, funcs, nameToId);
120 …private static Map<String, TreeTableBean> funcGroupByStackId(long startNS, long endNS, List<AppFun…
DAllData.java143 Map<String, TreeTableBean> longTreeTableBeanMap = funcGroupByStackId(func, collect, null); in getFuncTreeByFuncTopDown()
184 Map<String, TreeTableBean> treeNodeMap = funcGroupByStackId(func, collect, nameToId); in getFuncTreeByFuncBottomUp()
214 private static Map<String, TreeTableBean> funcGroupByStackId(Func func, List<Func> collect, in funcGroupByStackId() method in AllData
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/
DPerfData.java238 Map<String, TreeTableBean> longTreeTableBeanMap = funcGroupByStackId(func, collect, null); in getFuncTreeByFuncTopDown()
269 Map<String, TreeTableBean> treeNodeMap = funcGroupByStackId(func, collect, nameToId); in getFuncTreeByFuncBottomUp()
301 …private static Map<String, TreeTableBean> funcGroupByStackId(PrefFunc func, List<PrefFunc> collect, in funcGroupByStackId() method in PerfData