| Class and Description |
|---|
| AbstractInstrument
The AbstractInstrument class can be used by an class wishing to implement
the Instruement interface.
|
| Instrument
The Instrument interface must by implemented by any object wishing to act
as an instrument used by the instrument manager.
|
| Instrumentable
The Instrumentable interface is to mark objects that can be sampled by an
InstrumentManager.
|
| InstrumentManager |
| InstrumentProxy
Because some components using Instruments will be created in large numbers
a way is needed to collect data from the instances of all instances of a
component class without maintaining references to Instruments of each
instance.
|