-
public interface BenchmarkProfilerInterface of benchmark profiler to be implemented to provide BenchmarkTracer. This should only used by internal benchmarking.
-
-
Method Summary
Modifier and Type Method Description abstract BenchmarkTracergetTracer(String operation)Returns a BenchmarkTracer. -
-
Method Detail
-
getTracer
abstract BenchmarkTracer getTracer(String operation)
Returns a BenchmarkTracer.
-
-
-
-