com.flat502.rox.utils
Class ProfilerCollection

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

public class ProfilerCollection
extends java.lang.Object
implements Profiler


Constructor Summary
ProfilerCollection()
           
 
Method Summary
 void addProfiler(Profiler p)
           
 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

ProfilerCollection

public ProfilerCollection()
Method Detail

addProfiler

public void addProfiler(Profiler p)

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