Searched refs:m_profile_enabled (Results 1 – 2 of 2) sorted by relevance
209 bool IsProfilingEnabled() { return m_profile_enabled; } in IsProfilingEnabled()406 bool m_profile_enabled; // A flag to indicate if profiling is enabled variable
517 m_profile_enabled(false), m_profile_interval_usec(0), m_profile_thread(0), function1397 m_profile_enabled = enable;1401 if (m_profile_enabled && (m_profile_thread == NULL)) {1403 } else if (!m_profile_enabled && m_profile_thread) {