Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h112 if (s64(elapsed) > m_MaxSample) in Stop()
114 m_MaxSample = s64(elapsed); in Stop()
199 return Tick(m_MaxSample).ToTimeSpan(); in GetMaxSample()
288 s64 m_MaxSample; variable
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp53 m_MaxSample(0) in Stopwatch()
71 m_MaxSample = 0; in Reset()