Package | Description |
---|---|
net.sf.jabb.util.perf |
Modifier and Type | Field and Description |
---|---|
protected PutIfAbsentMap<String,RunTime> |
RunTime.detail |
Modifier and Type | Method and Description |
---|---|
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.
获得指定的详细记录,如果不存在则先创建一个。 |
Modifier and Type | Method and Description |
---|---|
Map<String,RunTime> |
RunTime.getAllDetail() |
Modifier and Type | Method and Description |
---|---|
void |
RunTime.addDetail(RunTime child)
Add an existing detail record as a child.
将一条已有的详细记录加为下级。 |
Copyright © 2014. All Rights Reserved.