com.flat502.rox.utils
Class LoggingProfiler

java.lang.Object
  extended by com.flat502.rox.utils.LoggingProfiler
All Implemented Interfaces:
Profiler

public class LoggingProfiler
extends java.lang.Object
implements Profiler


Constructor Summary
LoggingProfiler()
           
 
Method Summary
 void begin(long id, java.lang.String operation)
           
 void count(long id, java.lang.String operation)
           
 void end(long id, java.lang.String operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingProfiler

public LoggingProfiler()
Method Detail

begin

public void begin(long id,
                  java.lang.String operation)
Specified by:
begin in interface Profiler

end

public void end(long id,
                java.lang.String operation)
Specified by:
end in interface Profiler

count

public void count(long id,
                  java.lang.String operation)
Specified by:
count in interface Profiler