Home
last modified time | relevance | path

Searched defs:threadNames (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/statistics/
DTraceTaskStrategy.java60 String[] threadNames = item.getThreadName().split(SEPARATOR); in getQueryResult() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/metrics/strategy/
DTraceTaskStrategy.java59 String[] threadNames = item.getThreadName().split(SEPARATOR); in getQueryResult() local
DDistributeTermStrategy.java50 String[] threadNames = item.getThreadName().split(","); in handleDistributeTermInfo() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/
DAllData.java64 public static Map<Integer, String> threadNames = new HashMap<>(); field in AllData
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/
DPerfData.java67 private static Map<Integer, String> threadNames = new HashMap<>(); field in PerfData