Searched refs:m_times (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/rdt/CTR/ |
| D | rdt_Stopwatch.cpp | 152 ++m_times; in Stop() 173 if(m_times > 0) in printContents() 179 f64 avg = static_cast<f64>(total) / m_times; in printContents() 180 … Printf( "%10.2llf, %8lld, %8lld, %10lld, %8d, \"%s\"\n", avg, min, max, total, m_times, m_name); in printContents() 182 else if(m_times == 0) in printContents() 188 NN_PANIC("m_times is negative! (%d)\n", m_times); in printContents()
|
| D | rdt_Stopwatch.h | 128 s32 m_times; variable 146 return m_times; in GetTimes() 156 m_times = 0; in Reset()
|