| biz.hammurapi.metrics.TimeIntervalCategory
TimeIntervalCategory | public interface TimeIntervalCategory (Code) | | author: Pavel Vlasov version: $Revision: 1.1 $ |
Method Summary | |
void | addInterval(String name, long start) Add new time interval measurement if category is active. | long | getTime() |
addInterval | void addInterval(String name, long start)(Code) | | Add new time interval measurement if category is active.
Parameters: name - Parameters: start - |
getTime | long getTime()(Code) | | time in milliseconds or 0 if category is inactive |
|
|