public class LoadAnalyzer
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
LoadAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageLoad()
Calculate, on average, how much of the time was spent doing something.
|
void |
start()
Call this when you start doing something.
|
void |
stop()
Call this when you stop doing something.
|
public void stop()
public void start()
public double getAverageLoad()