Class PerformanceProfileFrameProbe
java.lang.Object
zombie.core.profiling.AbstractPerformanceProfileProbe
zombie.core.profiling.PerformanceProfileProbe
zombie.core.profiling.PerformanceProfileFrameProbe
- All Implemented Interfaces:
AutoCloseable
,IPerformanceProbe
-
Field Summary
Fields inherited from class zombie.core.profiling.AbstractPerformanceProfileProbe
Name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class zombie.core.profiling.PerformanceProfileProbe
onEnd, onStart
Methods inherited from class zombie.core.profiling.AbstractPerformanceProfileProbe
close, isEnabled, profile, setEnabled
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
-
PerformanceProfileFrameProbe
-
-
Method Details
-
start
public void start()- Overrides:
start
in classAbstractPerformanceProfileProbe
-
end
public void end()- Overrides:
end
in classAbstractPerformanceProfileProbe
-