Package zombie.core.profiling
Class PerformanceProfileFrameProbe
java.lang.Object
zombie.core.profiling.AbstractPerformanceProfileProbe
zombie.core.profiling.PerformanceProfileProbe
zombie.core.profiling.PerformanceProfileFrameProbe
public class PerformanceProfileFrameProbe extends PerformanceProfileProbe
-
Field Summary
Fields inherited from class zombie.core.profiling.AbstractPerformanceProfileProbe
Name
-
Constructor Summary
Constructors Constructor Description PerformanceProfileFrameProbe(java.lang.String string)
-
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
-
PerformanceProfileFrameProbe
public PerformanceProfileFrameProbe(java.lang.String string)
-
-
Method Details
-
onStart
protected void onStart()- Overrides:
onStart
in classPerformanceProfileProbe
-
onEnd
protected void onEnd()- Overrides:
onEnd
in classPerformanceProfileProbe
-