public class Statistics extends Object
| Modifier and Type | Field and Description |
|---|---|
static Statistics |
INSTANCE
Singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getNames()
Returns the names of the performance measures.
|
String |
getStatistics()
Returns a string with all the current statistics.
|
long |
getTime(String name)
Gets a time for a performance measurement.
|
long |
getTotalTime() |
void |
setTime(String name,
long value)
Sets a time for a performance measurement.
|
public static final Statistics INSTANCE
public void setTime(String name, long value)
name - value - public long getTime(String name)
name - public String getStatistics()
public long getTotalTime()
Copyright © 2019 Australian e-Health Research Centre. All Rights Reserved.