Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp7695 uint64_t getCurrentTicks() { in getCurrentTicks() function
7706 uint64_t getCurrentTicks() {
7715 m_ticks = getCurrentTicks(); in start()
7718 return static_cast<unsigned int>(getCurrentTicks() - m_ticks); in getElapsedMicroseconds()