Classes | |
class | arm4::util::QArmCorrelatorEnvironment |
Represents an ARM correlator within the current environment. More... | |
class | arm4::util::QArmMutex |
Represents a mutal exclusive instance for sequentialize access to critical sections. More... | |
class | arm4::util::QArmLockGuard |
Is a mutex wrapper that provides a convenient RAII-style mechanism for owning an QArmMutex for the duration of a scoped block. More... | |
class | arm4::util::QArmTransactionCountDown |
A counting down transaction container for stopping a started when the initialized number of events occured. More... | |
class | arm4::util::QArmTransactionCountDownOnce |
A counting down transaction container for stopping a started when the initialized number of events occured. More... | |
class | arm4::util::QArmTransactionEventCounter |
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::QArmTransactionSupportBase |
Base class for ARM transaction support classes. More... |
Detailed Description
ARM 4.0 support classes implements some typical usage patterns to measure transactions.