Lines Matching refs:m_Description
69 : m_Description(description), in ProfileManager()
137 switch (this->m_Description.accuracy) in DumpReports()
160 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports()
167 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports()
173 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports()
179 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports()
186 if (this->m_Description.exportFormat == CSV) in DumpReports()
217 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports()
230 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports()
237 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports()
244 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports()
256 if (this->m_Description.exportFormat == CSV) in DumpReports()