|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stopwatch | |
|---|---|
| org.jmonit | |
| org.jmonit.events | |
| org.jmonit.features | |
| Uses of Stopwatch in org.jmonit |
|---|
| Methods in org.jmonit that return Stopwatch | |
|---|---|
static Stopwatch |
Stopwatch.start(Monitor monitor)
Start a new Stopwatch to evaluate time consumed to execute some processing. |
static Stopwatch |
Monitoring.start(java.lang.String name)
Start a new Stopwatch for the monitor 'name'. |
static Stopwatch |
Monitoring.start(java.lang.String name,
java.lang.String... tags)
Start a new Stopwatch for the monitor 'name', and apply the tags to the monitor. |
| Uses of Stopwatch in org.jmonit.events |
|---|
| Methods in org.jmonit.events that return Stopwatch | |
|---|---|
Stopwatch |
ExecutionEvent.getExecution()
|
| Constructors in org.jmonit.events with parameters of type Stopwatch | |
|---|---|
ExecutionEvent(Stopwatch source,
int state)
|
|
| Uses of Stopwatch in org.jmonit.features |
|---|
| Subclasses of Stopwatch in org.jmonit.features | |
|---|---|
class |
LocalStopwatch
|
| Fields in org.jmonit.features with type parameters of type Stopwatch | |
|---|---|
static Factory<Stopwatch> |
LocalStopwatch.FACTORY
|
| Methods in org.jmonit.features that return Stopwatch | |
|---|---|
Stopwatch |
LocalStopwatch.getFeature()
A feature is identified by the class it exposes to the
monitored application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||