mirror of https://github.com/apache/lucene.git
expose the sub timer list
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ffed882a9
commit
f1422bdf67
|
@ -122,6 +122,14 @@ public class RTimer {
|
|||
}
|
||||
return m;
|
||||
}
|
||||
|
||||
/**
|
||||
* Manipulating this map may have undefined results.
|
||||
*/
|
||||
public SimpleOrderedMap<RTimer> getChildren()
|
||||
{
|
||||
return children;
|
||||
}
|
||||
|
||||
/*************** Testing *******/
|
||||
public static void main(String []argv) throws InterruptedException {
|
||||
|
|
Loading…
Reference in New Issue