Class AbstractPerformanceProfileProbe
java.lang.Object
zombie.core.profiling.AbstractPerformanceProfileProbe
- All Implemented Interfaces:
AutoCloseable,IPerformanceProbe
- Direct Known Subclasses:
PerformanceProfileProbe
public abstract class AbstractPerformanceProfileProbe
extends Object
implements IPerformanceProbe, AutoCloseable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidend()Deprecated.booleanprofile()voidsetEnabled(boolean boolean0) voidstart()Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.core.profiling.IPerformanceProbe
isProbeEnabled
-
Field Details
-
Name
-
-
Method Details
-
profile
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
start
Deprecated. -
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceIPerformanceProbe
-
setEnabled
public void setEnabled(boolean boolean0) - Specified by:
setEnabledin interfaceIPerformanceProbe
-
end
Deprecated.
-