Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp2286 Timer() : m_ticks( 0 ) {} in Timer()
2293 uint64_t m_ticks; member in Catch::Timer
7715 m_ticks = getCurrentTicks(); in start()
7718 return static_cast<unsigned int>(getCurrentTicks() - m_ticks); in getElapsedMicroseconds()