Searched refs:m_Count (Results 1 – 4 of 4) sorted by relevance
116 ++m_Count; in Stop()172 return m_Count; in GetCount()178 if (m_Count == 0) in GetMinSample()191 if (m_Count == 0) in GetMaxSample()267 int m_Count;
528 m_Count += 1; in SetLoad()540 f32 ret = 100.f * count / m_Count; in GetPercentage()552 if ( 100.f * sum / m_Count > percent ) in GetMaxLoadByPercent()561 f32 GetAverage() const { return m_SumLoad / m_Count; } in GetAverage()563 int GetCount() const { return m_Count; } in GetCount()570 m_Count = m_IrregularCount = 0; in Reset()579 int m_Count, m_IrregularCount; variable
47 : m_Count(0), in Stopwatch()66 m_Count = 0; in Reset()
153 return this->m_Count; in GetCount()161 this->m_Count = count; in SetCount()402 int m_Count; variable