Searched refs:getSampleCount (Results 1 – 2 of 2) sorted by relevance
56 public int getSampleCount() { in getSampleCount() method in PerformanceTestResult
73 "sample_count", result.getSampleCount(), ResultType.NEUTRAL, ResultUnit.COUNT); in measure()115 while (now() < runLimit && result.getSampleCount() < TEST_ITERATION_LIMIT) { in measure()