JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
M
N
R
S
U
B
Benchmark
- Class in
util.benchmark
Benchmark is a small utility to quickly and easily run simple Benchmarks on Java code.
Benchmark()
- Constructor for class util.benchmark.
Benchmark
M
main(String[])
- Static method in class util.benchmark.
Benchmark
N
N
- Variable in class util.benchmark.
Benchmark
the number of times the Benchmark utility expects you to perform whatever it is you're benchmarking.
R
resetTimer()
- Method in class util.benchmark.
Benchmark
stops the timer and sets the elapsed benchmark time to zero.
run()
- Method in class util.benchmark.
Benchmark
run
times the benchmark function.
runBenchmark(Class, String)
- Static method in class util.benchmark.
Benchmark
runBenchmark(Class)
- Static method in class util.benchmark.
Benchmark
S
setBytes(long)
- Method in class util.benchmark.
Benchmark
records the number of bytes processed in a single operation.
startTimer()
- Method in class util.benchmark.
Benchmark
starts timing a test.
stopTimer()
- Method in class util.benchmark.
Benchmark
stops timing a test.
string(Benchmark)
- Static method in class util.benchmark.
Benchmark
Example:
stringBuffer(Benchmark)
- Method in class util.benchmark.
Benchmark
Example:
stringBuilder(Benchmark)
- Static method in class util.benchmark.
Benchmark
Example:
U
util.benchmark
- package util.benchmark
B
M
N
R
S
U
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes