public interface IResultableProfiler extends IProfiler
Modifier and Type | Method and Description |
---|---|
void |
endSection() |
void |
endStartSection(java.lang.String name) |
void |
endStartSection(java.util.function.Supplier<java.lang.String> nameSupplier) |
IProfileResult |
getResults() |
void |
startSection(java.lang.String name) |
void |
startSection(java.util.function.Supplier<java.lang.String> nameSupplier) |
void startSection(java.lang.String name)
startSection
in interface IProfiler
void startSection(java.util.function.Supplier<java.lang.String> nameSupplier)
startSection
in interface IProfiler
void endSection()
endSection
in interface IProfiler
void endStartSection(java.lang.String name)
endStartSection
in interface IProfiler
void endStartSection(java.util.function.Supplier<java.lang.String> nameSupplier)
endStartSection
in interface IProfiler
IProfileResult getResults()