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