|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Event | An abstract interface that represents a performance event. |
| EventFactory | An interface to produce Events for an EventSerializer. |
| EventSerializer | An interface that serializes EventSummary instances. |
| EventSummary | An interface which represents the summary of multiple Events. |
| Class Summary | |
|---|---|
| AssemblerPerfUtils | A static interface to ease use of Assembler performance timing primitives. |
| PerfEventFilter | An implementation of Filter that starts performance monitoring
when a request comes in. |
| TimeEvent | An implementation of the Event interface that tracks the time spent in performing an event. |
| TimeEventFactory | An EventFactory implementation that produces TimeEvents. |
| TimeSummary | An implementation of EventSummary that aggregates the time recorded by one or more TimeEvents. |
| TimeSummary.MinMaxTotalSummary | A convenience wrapper class to store the total, min, and max time. |
The performance package contains utility classes and interfaces to monitor
timing and performance events in an application. A good starting place to
understand how to use this package would be to examine the
AssemblerPerfUtils static interface.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||