/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/ |
D | PerfData.java | 80 List<Map.Entry<Long, List<PrefSample>>> collect = in formatSampleList() local 179 Map<Integer, List<AppFunc>> collect = funcMap.entrySet().stream() in getFuncTreeTopDown() local 207 Map<Integer, List<AppFunc>> collect = funcMap.entrySet().stream() in getFuncTreeBottomUp() local 219 … List<PrefFunc> collect = funcMap.get(Long.valueOf(func.getTid()).intValue()).stream().filter( in getFuncTreeByFuncTopDown() local 265 … List<PrefFunc> collect = funcMap.get(Long.valueOf(func.getTid()).intValue()).stream().filter( in getFuncTreeByFuncBottomUp() local 301 …private static Map<String, TreeTableBean> funcGroupByStackId(PrefFunc func, List<PrefFunc> collect, in funcGroupByStackId()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/ |
D | AllData.java | 103 Map<Integer, List<AppFunc>> collect = FUNC_MAP.entrySet().stream() in getFuncTreeTopDown() local 128 Map<Integer, List<AppFunc>> collect = FUNC_MAP.entrySet().stream() in getFuncTreeBottomUp() local 140 List<Func> collect = FUNC_MAP.get(func.getTid()).stream().filter( in getFuncTreeByFuncTopDown() local 180 List<Func> collect = FUNC_MAP.get(func.getTid()).stream().filter( in getFuncTreeByFuncBottomUp() local 214 private static Map<String, TreeTableBean> funcGroupByStackId(Func func, List<Func> collect, in funcGroupByStackId()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/plugin/service/ |
D | PlugManager.java | 87 List<PluginConf> collect; in getPluginConfig() local
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/ |
D | TabCounter.java | 102 …Map<Integer, List<Counter>> collect = result.stream().collect(Collectors.groupingBy(Counter::getTr… in loadTabData2() local 161 List<Counter> collect = in getTabCounter() local
|
D | StackBar.java | 89 Map<String, List<TabThreadStatesBean>> collect = in setSource() local
|
D | ContentPanel.java | 339 public void collect(AbstractDataFragment fgr) { in collect() method in ContentPanel
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/ |
D | OtherFunctionSummaryPanel.java | 149 List<Func> collect = AllData.FUNC_MAP.get(func.getTid()).stream() in getAppTraceData() local 163 …List<PrefFunc> collect = PerfData.getFuncMap().get(Long.valueOf(prefFunc.getTid()).intValue()).str… in getPerfData() local
|
D | StateTable.java | 144 …Map<String, List<Thread>> collect = threads.stream().filter(filter -> STATUS_MAP.get(filter.getSta… in getAppData() local
|
D | EventTable.java | 136 …Map<Long, List<Func>> collect = funcList.stream().collect(Collectors.groupingBy(Func::getParentSta… in getAppData() local
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/trace/component/ |
D | AnalystPanelTest.java | 46 …List<String> collect = list.stream().filter(AnalystPanel.distinctByKey(it -> it)).collect(Collecto… in distinctByKey() local 56 …List<String> collect = list.stream().filter(AnalystPanel.distinctByKey(it -> it)).collect(Collecto… in distinctByKeySameName() local 66 …List<String> collect = list.stream().filter(AnalystPanel.distinctByKey(it -> it)).collect(Collecto… in distinctByKeyAllSameName() local 77 …List<String> collect = list.stream().filter(AnalystPanel.distinctByKey(it -> it)).collect(Collecto… in distinctByKeyNoSameName() local 87 …List<String> collect = list.stream().filter(AnalystPanel.distinctByKey(it -> it)).collect(Collecto… in distinctByKeyEmpty() local
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/ |
D | AsyncEventDataFragment.java | 95 List<AsyncEvent> collect = data.stream().filter( in drawData() local
|
D | MemDataFragment.java | 115 List<ProcessMemData> collect = data.stream().filter( in drawData() local
|
D | AbstractDataFragment.java | 455 void collect(AbstractDataFragment fgr); in collect() method
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/datahandler/datapoller/ |
D | CpuDataConsumer.java | 161 List<ChartDataModel> collect = new ArrayList<>(); in addDataToCache() local
|