com.ihr.xbrl.util
Class Statistics
java.lang.Object
com.ihr.xbrl.util.Statistics
public class Statistics
- extends java.lang.Object
This class serves for storing information about how many times an operation has been called and the amount of time each operation was taken.
It is used for internal purposes only
- Author:
- Ignacio
|
Method Summary |
static void |
addDetails(java.lang.String key,
long time,
java.lang.String extra)
|
static java.lang.String |
getReport(java.lang.String key)
|
static void |
reset()
eliminates all information stored |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Statistics
public Statistics()
reset
public static void reset()
- eliminates all information stored
addDetails
public static void addDetails(java.lang.String key,
long time,
java.lang.String extra)
getReport
public static java.lang.String getReport(java.lang.String key)
Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa