public class BenchmarkDB
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
HOST
The host name (cached for speed).
|
protected static java.lang.String |
PACKAGE
The package name of this class (required for finding declaring class of benchmark).
|
Constructor and Description |
---|
BenchmarkDB() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
saveEntry(java.lang.String name,
java.lang.String description,
double value)
Save a new entry.
|