public class MarvinPerformanceRegistry
extends java.lang.Object
| Constructor and Description |
|---|
MarvinPerformanceRegistry()
empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(MarvinPerformanceEntry a_entry) |
MarvinPerformanceEntry |
getEntry(int a_index) |
long |
getTotalTime() |
int |
size() |
public void addEntry(MarvinPerformanceEntry a_entry)
a_entry - public MarvinPerformanceEntry getEntry(int a_index)
a_index - public int size()
public long getTotalTime()