Package zombie.core.profiling
Class PerformanceProfileProbe
java.lang.Object
zombie.core.profiling.AbstractPerformanceProfileProbe
zombie.core.profiling.PerformanceProfileProbe
- Direct Known Subclasses:
PerformanceProfileFrameProbe
-
Field Summary
Fields inherited from class zombie.core.profiling.AbstractPerformanceProfileProbe
Name -
Constructor Summary
ConstructorsConstructorDescriptionPerformanceProfileProbe(String string) PerformanceProfileProbe(String string, boolean boolean1) -
Method Summary
Methods inherited from class zombie.core.profiling.AbstractPerformanceProfileProbe
end, invokeAndMeasure, invokeAndMeasure, invokeAndMeasure, isEnabled, setEnabled, start
-
Constructor Details
-
PerformanceProfileProbe
-
PerformanceProfileProbe
-
-
Method Details
-
onStart
protected void onStart()- Specified by:
onStartin classAbstractPerformanceProfileProbe
-
onEnd
protected void onEnd()- Specified by:
onEndin classAbstractPerformanceProfileProbe
-