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 TypeMethodDescriptionvoid
close()
void
end()
Deprecated.boolean
profile()
void
setEnabled
(boolean val) void
start()
Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.profiling.IPerformanceProbe
isProbeEnabled
-
Field Details
-
Name
-
-
Method Details
-
profile
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
start
Deprecated. -
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceIPerformanceProbe
-
setEnabled
public void setEnabled(boolean val) - Specified by:
setEnabled
in interfaceIPerformanceProbe
-
end
Deprecated.
-