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)
Create new subtimer with given name
 Subtimer will be started. 
 | 
String | 
toString()  | 
getTime, newTimerImpl, pause, resumeprotected SimpleOrderedMap<RTimerTree> children
protected RTimerTree newTimer()
public RTimerTree sub(String desc)
public NamedList asNamedList()
public SimpleOrderedMap<RTimerTree> getChildren()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.