public class PerformanceMeter
extends java.lang.Object
| Constructor and Description |
|---|
PerformanceMeter(PerformanceMetric metric) |
| Modifier and Type | Method and Description |
|---|---|
PerformanceClock |
createClock() |
boolean |
equals(java.lang.Object nother) |
long |
getCycles() |
double |
getHertz() |
PerformanceMeasurement |
getMeasurement() |
PerformanceMetric |
getMetric() |
long |
getMilliseconds() |
int |
hashCode() |
java.lang.String |
toString() |
void |
updateFrom(PerformanceClock performanceClock) |
public PerformanceMeter(PerformanceMetric metric)
public PerformanceClock createClock()
public void updateFrom(PerformanceClock performanceClock)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object nother)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic PerformanceMetric getMetric()
public long getMilliseconds()
public long getCycles()
public double getHertz()
public PerformanceMeasurement getMeasurement()