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, start
Methods 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:
onStart
in classAbstractPerformanceProfileProbe
-
onEnd
protected void onEnd()- Specified by:
onEnd
in classAbstractPerformanceProfileProbe
-