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 IProfilervoid startSection(java.util.function.Supplier<java.lang.String> nameSupplier)
startSection in interface IProfilervoid endSection()
endSection in interface IProfilervoid endStartSection(java.lang.String name)
endStartSection in interface IProfilervoid endStartSection(java.util.function.Supplier<java.lang.String> nameSupplier)
endStartSection in interface IProfilerIProfileResult getResults()