Home
last modified time | relevance | path

Searched defs:collect (Results 1 – 14 of 14) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/
DPerfData.java80 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/
DAllData.java103 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/
DPlugManager.java87 List<PluginConf> collect; in getPluginConfig() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DTabCounter.java102 …Map<Integer, List<Counter>> collect = result.stream().collect(Collectors.groupingBy(Counter::getTr… in loadTabData2() local
161 List<Counter> collect = in getTabCounter() local
DStackBar.java89 Map<String, List<TabThreadStatesBean>> collect = in setSource() local
DContentPanel.java339 public void collect(AbstractDataFragment fgr) { in collect() method in ContentPanel
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DOtherFunctionSummaryPanel.java149 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
DStateTable.java144 …Map<String, List<Thread>> collect = threads.stream().filter(filter -> STATUS_MAP.get(filter.getSta… in getAppData() local
DEventTable.java136 …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/
DAnalystPanelTest.java46 …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/
DAsyncEventDataFragment.java95 List<AsyncEvent> collect = data.stream().filter( in drawData() local
DMemDataFragment.java115 List<ProcessMemData> collect = data.stream().filter( in drawData() local
DAbstractDataFragment.java455 void collect(AbstractDataFragment fgr); in collect() method
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/datahandler/datapoller/
DCpuDataConsumer.java161 List<ChartDataModel> collect = new ArrayList<>(); in addDataToCache() local