Searched refs:profilingPointNameSet (Results 1 – 1 of 1) sorted by relevance
54 private Set<String> profilingPointNameSet; // set of profiling point names field in TestResults103 this.profilingPointNameSet = new HashSet<>(); in TestResults()182 profilingPointNameSet.add(e.getKey().getName()); in processProfilingPoints()448 profilingPointNameSet.toArray(new String[profilingPointNameSet.size()]); in processReport()