Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp2421 Timer() : m_ticks( 0 ) {} in Timer()
2428 UInt64 m_ticks; member in Catch::Timer
8518 m_ticks = getCurrentTicks(); in start()
8521 return static_cast<unsigned int>(getCurrentTicks() - m_ticks); in getElapsedMicroseconds()