Package org.openas2.util
Class Profiler
- java.lang.Object
-
- org.openas2.util.Profiler
-
public class Profiler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Profiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
endProfile(ProfilerStub stub)
static ProfilerStub
startProfile()
-
-
-
Method Detail
-
startProfile
public static ProfilerStub startProfile()
-
endProfile
public static void endProfile(ProfilerStub stub)
-
-