Home
last modified time | relevance | path

Searched refs:m_MaxSample (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Stopwatch.h110 if (s64(elapsed) > m_MaxSample) in Stop()
112 m_MaxSample = s64(elapsed); in Stop()
197 return Tick(m_MaxSample).ToTimeSpan(); in GetMaxSample()
273 s64 m_MaxSample; variable
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Stopwatch.cpp51 m_MaxSample(0) in Stopwatch()
69 m_MaxSample = 0; in Reset()