| Package | Description |
|---|---|
| net.obvj.performetrics |
Provides convenient classes for extracting performance metrics of Java code.
|
| net.obvj.performetrics.util.printer |
Provides reusable static methods for printing Performetrics objects.
|
| Modifier and Type | Method and Description |
|---|---|
Counter |
Stopwatch.getCounter(Counter.Type type)
Returns the counter instance associated with a given type in this stopwatch.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Counter> |
Stopwatch.getCounters()
Returns the counters associated with this stopwatch instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PrintUtils.printCounters(Collection<Counter> counters,
PrintStream printStream)
Prints the statistics for the given counters in the specified print stream.
|
static void |
PrintUtils.printCounters(Collection<Counter> counters,
PrintStream printStream,
TimeUnit timeUnit)
Prints the statistics for the given counters in the specified print stream.
|
Copyright © 2020. All rights reserved.