| Package | Description |
|---|---|
| net.obvj.performetrics |
Provides convenient classes for extracting performance metrics of Java code.
|
| net.obvj.performetrics.monitors |
Provides classes that can monitor other ones.
|
| Modifier and Type | Method and Description |
|---|---|
Counter |
TimingSession.getCounter(Counter.Type type)
Returns the counter instance associated with a given type in this timing session.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Counter.Type,List<Counter>> |
Stopwatch.getAllCountersByType()
Returns a map of populated counters grouped by type, where each entry in the counters
list represents a timing session.
|
Collection<Counter> |
TimingSession.getCounters()
Returns the counters associated with this timing session.
|
List<Counter> |
Stopwatch.getCounters(Counter.Type type)
Returns a list of populated counters for a specific type in this stopwatch, or an empty
list if no counter is found (for example, if the stopwatch was not yet started, or
after reset).
|
| Modifier and Type | Method and Description |
|---|---|
Map<Counter.Type,List<Counter>> |
MonitoredOperation.getAllCountersByType()
Returns a map of populated counters grouped by type, where each entry in the counters
list represents a timing session.
|
List<Counter> |
MonitoredOperation.getCounters(Counter.Type type)
Returns all counters associated with a given type in this monitored operation.
|
Copyright © 2021. All rights reserved.