Uses of Class
com.berryworks.jquantify.EventCounter
-
Packages that use EventCounter 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 -
-
Uses of EventCounter in com.berryworks.jquantify
Subclasses of EventCounter in com.berryworks.jquantify Modifier and Type Class Description classSessionCounterThis class is used to count and observe the frequency, duration, and concurrency of events that have distinct start/stop times.Methods in com.berryworks.jquantify that return EventCounter Modifier and Type Method Description static EventCounterEventCounter. getEventCounter(String inLabel)Get an instance of an EventCounter with a particular label from the MetricRepository, creating one if necessary. -
Uses of EventCounter in com.berryworks.jquantify.util
Methods in com.berryworks.jquantify.util with parameters of type EventCounter Modifier and Type Method Description static StringFormat. asCSV(EventCounter inEventCounter)
-