Searched refs:ProfilerImpl (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DProfiler.java49 * A easy-to-use class that wraps one global ProfilerImpl object. Use it to begin
51 * sub-operations. Use separate ProfilerImpl objects to get timings for overlapping
64 /** Reset the global ProfilerImpl instance.
119 static ProfilerImpl profiler = new ProfilerImpl();
H A DProfilerImpl.java42 * ProfilerImpl.java
54 public class ProfilerImpl { class
58 public ProfilerImpl() { method in class:ProfilerImpl
196 ProfilerImpl p = new ProfilerImpl();

Completed in 18 milliseconds