| Package | Description |
|---|---|
| javolution.tools |
Tools for validation and performance.
|
| Modifier and Type | Method and Description |
|---|---|
Perfometer<T> |
Perfometer.measure(T input)
Measures the execution time with high precision (single iteration).
|
Perfometer<T> |
Perfometer.measure(T input,
int nbrOfIterations)
Measures the worst case execution time and average execution time.
|
Copyright © 2017. All rights reserved.