Class PerformanceProfileProbe
java.lang.Object
zombie.core.profiling.AbstractPerformanceProfileProbe
zombie.core.profiling.PerformanceProfileProbe
- All Implemented Interfaces:
AutoCloseable
,IPerformanceProbe
- Direct Known Subclasses:
PerformanceProfileFrameProbe
-
Field Summary
Fields inherited from class zombie.core.profiling.AbstractPerformanceProfileProbe
Name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class zombie.core.profiling.AbstractPerformanceProfileProbe
close, end, isEnabled, profile, setEnabled, start
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.profiling.IPerformanceProbe
isProbeEnabled
-
Constructor Details
-
PerformanceProfileProbe
-
PerformanceProfileProbe
-
-
Method Details
-
onStart
protected void onStart()- Specified by:
onStart
in classAbstractPerformanceProfileProbe
-
onEnd
protected void onEnd()- Specified by:
onEnd
in classAbstractPerformanceProfileProbe
-