Package zombie.core.profiling
Class PerformanceProfileProbe
java.lang.Object
zombie.core.profiling.AbstractPerformanceProfileProbe
zombie.core.profiling.PerformanceProfileProbe
- Direct Known Subclasses:
PerformanceProfileFrameProbe
public class PerformanceProfileProbe extends AbstractPerformanceProfileProbe
-
Field Summary
Fields inherited from class zombie.core.profiling.AbstractPerformanceProfileProbe
Name -
Constructor Summary
Constructors Constructor Description PerformanceProfileProbe(java.lang.String string)PerformanceProfileProbe(java.lang.String string, boolean boolean1) -
Method Summary
Methods inherited from class zombie.core.profiling.AbstractPerformanceProfileProbe
end, invokeAndMeasure, invokeAndMeasure, invokeAndMeasure, isEnabled, setEnabled, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PerformanceProfileProbe
public PerformanceProfileProbe(java.lang.String string) -
PerformanceProfileProbe
public PerformanceProfileProbe(java.lang.String string, boolean boolean1)
-
-
Method Details
-
onStart
protected void onStart()- Specified by:
onStartin classAbstractPerformanceProfileProbe
-
onEnd
protected void onEnd()- Specified by:
onEndin classAbstractPerformanceProfileProbe
-