Searched refs:m_startedProfilesCount (Results 1 – 2 of 2) sorted by relevance
496 if (!m_startedProfilesCount) { in startProfiling()503 ++m_startedProfilesCount; in startProfiling()517 --m_startedProfilesCount; in stopProfiling()518 if (!m_startedProfilesCount) { in stopProfiling()
77 int m_startedProfilesCount = 0; variable