Class Profiler

java.lang.Object
org.slf4j.profiler.Profiler
All Implemented Interfaces:
TimeInstrument

public class Profiler extends Object implements TimeInstrument
A poor man's profiler to measure the time elapsed performing some lengthy task.
Author:
Ceki Gülcü