public class RTimerTree extends RTimer
RTimer.TimerImpl
Modifier and Type | Field and Description |
---|---|
protected SimpleOrderedMap<RTimerTree> |
children |
Constructor and Description |
---|
RTimerTree() |
Modifier and Type | Method and Description |
---|---|
NamedList |
asNamedList() |
SimpleOrderedMap<RTimerTree> |
getChildren()
Manipulating this map may have undefined results.
|
protected RTimerTree |
newTimer() |
double |
stop()
Recursively stop timer and sub timers
|
RTimerTree |
sub(String desc)
Returns a subtimer given its name.
|
String |
toString() |
getTime, newTimerImpl, pause, resume
protected SimpleOrderedMap<RTimerTree> children
protected RTimerTree newTimer()
public RTimerTree sub(String desc)
public NamedList asNamedList()
public SimpleOrderedMap<RTimerTree> getChildren()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.