Classes | |
| class | arm4::util::ArmCorrelatorEnvironment |
| Represents an ARM correlator within the current environment. More... | |
| class | arm4::util::ArmMutex |
| Represents a mutal exclusive instance for sequentialize access to critical sections. More... | |
| class | arm4::util::ArmLockGuard |
| Is a mutex wrapper that provides a convenient RAII-style mechanism for owning an ArmMutex for the duration of a scoped block. More... | |
| class | arm4::util::ArmTransactionCountDown |
| A counting down transaction container for stopping a started when the initialized number of events occured. More... | |
| class | arm4::util::ArmTransactionCountDownOnce |
| A counting down transaction container for stopping a started when the initialized number of events occured. More... | |
| class | arm4::util::ArmTransactionEventCounter |
| An event handling ARM transaction container. The transaction is started if the first event started and stopped when the last event finished. More... | |
| class | arm4::util::ArmTransactionSupportBase |
| Base class for ARM transaction support classes. More... | |
Detailed Description
ARM 4.0 support classes implements some typical usage patterns to measure transactions.
