public interface ComparableProfiler extends Profiler
Modifier and Type | Method and Description |
---|---|
long |
compare(long start,
long end)
Compare two values, the value returned will then be used by
Profiler.printValue(long) . |
getCurrentValue, getName, isBiggerPrinted, printValue
long compare(long start, long end)
Profiler.printValue(long)
.start
- the initial value.end
- the final value.