| Package | Description |
|---|---|
| net.obvj.performetrics | |
| net.obvj.performetrics.util.printer |
| Modifier and Type | Field and Description |
|---|---|
protected Counter |
SimpleMonitorableOperation.counter |
| Modifier and Type | Method and Description |
|---|---|
Counter |
SimpleMonitorableOperation.getCounter() |
Counter |
MultiCounterMonitorableOperation.getCounter(Counter.Type type) |
Counter |
Stopwatch.getCounter(Counter.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Counter> |
Stopwatch.getAllCounters() |
Collection<Counter> |
MultiCounterMonitorableOperation.getCounters() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
PrintUtils.toRowFormat(Counter counter)
Returns a row with the given counter.
|
protected static String |
PrintUtils.toRowFormat(Counter counter,
TimeUnit timeUnit)
Returns a row with the given counter.
|
| 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.
|
protected static String |
PrintUtils.toTableFormat(Collection<Counter> counters)
Returns a table with counters and elapsed times
|
protected static String |
PrintUtils.toTableFormat(Collection<Counter> counters,
TimeUnit timeUnit)
Returns a table with counters and elapsed times in a given time unit.
|
Copyright © 2019. All rights reserved.