-
public interface PerformanceCounter
-
-
Method Summary
Modifier and Type Method Description abstract void
profileNextBatch()
abstract Map<String, Long>
getPerformanceCounters()
-
-
Method Detail
-
profileNextBatch
abstract void profileNextBatch()
-
getPerformanceCounters
abstract Map<String, Long> getPerformanceCounters()
-
-
-
-