| Package | Description |
|---|---|
| com.berryworks.jquantify |
Contains classes used to count events,
both point-in-time events as well as session-oriented events having measurable duration,
and efficiently provide lightweight statistics on their frequency, duration, and concurrency.
|
| com.berryworks.jquantify.util |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionCounter
This class is used to count and observe the frequency, duration, and concurrency
of events that have distinct start/stop times.
|
| Modifier and Type | Method and Description |
|---|---|
static EventCounter |
EventCounter.getEventCounter(String inLabel)
Get an instance of an EventCounter with a particular label from the
MetricRepository, creating one if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Format.asCSV(EventCounter inEventCounter) |
Copyright © 2015. All rights reserved.