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:
Ryan McKinley 2008-12-09 20:23:52 +00:00
parent 1ffed882a9
commit f1422bdf67
1 changed files with 8 additions and 0 deletions

View File

@ -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 {