See: Description
| Class | Description |
|---|---|
| Lock |
Provides a simple global locking mechanism for the entire
instrumenter / SPASS-meter.
|
| Lock.GroupInfo |
Descriptive information about a monitoring group.
|
| LongRecordingStackHashMap |
Reimplements a specific version of
java.util.HashMap
for matching thread ids (long) to recording stacks. |
| LongRecordingStackHashMap.Entry |
Implements a bucket entry.
|
| ObjectSizeProvider |
Allows to access the size of an object as allocated by the JVM.
|
| Recorder |
Implements the frontend to be called from instrumented code.
|
| RecordingStack |
A specific stack of boolean elements.
|
| StreamNotifier |
A concrete stream notifier implementation.
|
| SynchronizedRecorder |
Implements the frontend to be called from instrumented code.
|
| SynchronizedRecorder.Unallocation |
Stores the information for a particular unallocation.
|
| SystemMonitoring |
Does basic monitoring of the underlying operating system.
|
| SystemMonitoring.LoadCounterTask |
A runnable for periodically collecting measurements on the system.
|
| SystemMonitoring.LogEventTask |
Defines a task for creating regular data events.
|
| SystemMonitoring.SystemConfigurationListener |
Implements a configuration listener in order to react to selected
configuration changes at runtime.
|
| Enum | Description |
|---|---|
| Lock.MemRecordingType |
Defines basic memory recording types for executing the allocation
recording.
|