-
public interface BenchmarkSpanInterface of benchmark span to be implemented. This should only used by internal benchmarking.
-
-
Method Summary
Modifier and Type Method Description abstract Unitstop()Marks the end of BenchmarkSpan execution. -
-
Method Detail
-
stop
abstract Unit stop()
Marks the end of BenchmarkSpan execution.
-
-
-
-