Uses of Class
net.sf.jabb.util.perf.RunTime

Packages that use RunTime
net.sf.jabb.util.perf   
 

Uses of RunTime in net.sf.jabb.util.perf
 

Fields in net.sf.jabb.util.perf with type parameters of type RunTime
protected  PutOnGetMap<String,RunTime> RunTime.detail
           
 

Methods in net.sf.jabb.util.perf that return RunTime
 RunTime RunTime.addDetail(String description)
          Create a detail record and add it as a child.
创建一条详细记录并加为下级。
 RunTime RunTime.getDetail(String description)
          Get specified detail record, if it does not exist yet, create it first.
获得指定的详细记录,如果不存在则先创建一个。
 

Methods in net.sf.jabb.util.perf that return types with arguments of type RunTime
 Map<String,RunTime> RunTime.getAllDetail()
           
 

Methods in net.sf.jabb.util.perf with parameters of type RunTime
 void RunTime.addDetail(RunTime child)
          Add an existing detail record as a child.
将一条已有的详细记录加为下级。
 



Copyright © 2012. All Rights Reserved.