public abstract class TimeStatsAbstractImpl extends AbstractTreeNode implements TimeStats
| Modifier and Type | Field and Description |
|---|---|
protected static String |
NEWLINE |
protected long |
startTime |
category, children, description, enabled, name| Constructor and Description |
|---|
TimeStatsAbstractImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
entry() |
abstract void |
exit() |
long |
getCount() |
long |
getLastSampleTime() |
long |
getMaximumTime() |
long |
getMaxTime() |
long |
getMinimumTime() |
long |
getMinTime() |
long |
getStartTime() |
double |
getTime() |
long |
getTimesCalled() |
long |
getTotalTime() |
protected void |
postEntry(long entryTime) |
void |
postExit(long exitTime) |
void |
setReset(boolean reset) |
void |
setTime(long time) |
addChild, compareTo, equals, getCategory, getChild, getChildNodes, getChildNodesImmutable, getCompletePathName, getDescription, getEnabledChildNodes, getName, getNode, getNodes, getNodes, getParent, getPossibleParentNode, getValue, hasChildNodes, hashCode, isEnabled, removeChild, setCategory, setDescription, setEnabled, setName, setParent, toString, traverseclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddChild, getCategory, getChild, getChildNodes, getCompletePathName, getDescription, getEnabledChildNodes, getNode, getNodes, getNodes, getParent, getPossibleParentNode, hasChildNodes, isEnabled, removeChild, setCategory, setDescription, setEnabled, setParent, traversegetName, getValue, setNameprotected long startTime
protected static final String NEWLINE
protected void postEntry(long entryTime)
public void postExit(long exitTime)
public long getMinimumTime()
getMinimumTime in interface TimeStatspublic long getMaximumTime()
getMaximumTime in interface TimeStatspublic long getTimesCalled()
getTimesCalled in interface TimeStatspublic long getCount()
getCount in interface org.glassfish.external.statistics.TimeStatisticpublic long getMaxTime()
getMaxTime in interface org.glassfish.external.statistics.TimeStatisticpublic long getMinTime()
getMinTime in interface org.glassfish.external.statistics.TimeStatisticpublic long getTotalTime()
getTotalTime in interface org.glassfish.external.statistics.TimeStatisticpublic long getLastSampleTime()
getLastSampleTime in interface org.glassfish.external.statistics.Statisticpublic long getStartTime()
getStartTime in interface org.glassfish.external.statistics.StatisticCopyright © 2017. All rights reserved.