com.flat502.rox.utils
Class ProfilerCollection
java.lang.Object
com.flat502.rox.utils.ProfilerCollection
- All Implemented Interfaces:
- Profiler
public class ProfilerCollection
- extends java.lang.Object
- implements Profiler
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 |
ProfilerCollection
public ProfilerCollection()
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