ArmNN
 21.02
CounterStatus Struct Reference

#include <IBackendProfiling.hpp>

Public Member Functions

 CounterStatus (uint16_t backendCounterId, uint16_t globalCounterId, bool enabled, uint32_t samplingRateInMicroseconds)
 

Public Attributes

uint16_t m_BackendCounterId
 
uint16_t m_GlobalCounterId
 
bool m_Enabled
 
uint32_t m_SamplingRateInMicroseconds
 

Detailed Description

Definition at line 33 of file IBackendProfiling.hpp.

Constructor & Destructor Documentation

◆ CounterStatus()

CounterStatus ( uint16_t  backendCounterId,
uint16_t  globalCounterId,
bool  enabled,
uint32_t  samplingRateInMicroseconds 
)
inline

Definition at line 35 of file IBackendProfiling.hpp.

39  : m_BackendCounterId(backendCounterId),
40  m_GlobalCounterId(globalCounterId),
41  m_Enabled(enabled),
42  m_SamplingRateInMicroseconds(samplingRateInMicroseconds) {}

Member Data Documentation

◆ m_BackendCounterId

uint16_t m_BackendCounterId

Definition at line 43 of file IBackendProfiling.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ m_Enabled

bool m_Enabled

◆ m_GlobalCounterId

uint16_t m_GlobalCounterId

Definition at line 44 of file IBackendProfiling.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ m_SamplingRateInMicroseconds

uint32_t m_SamplingRateInMicroseconds

The documentation for this struct was generated from the following file: