Lines Matching refs:m_Description
71 : m_Description(description), in ProfileManager()
139 switch (this->m_Description.accuracy) in DumpReports()
162 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports()
169 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports()
175 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports()
181 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports()
188 if (this->m_Description.exportFormat == CSV) in DumpReports()
219 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports()
232 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports()
239 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports()
246 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports()
258 if (this->m_Description.exportFormat == CSV) in DumpReports()