Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/testutils/
H A DTimer.cpp17 struct TimerImplementation { struct
22 Timer::Timer() : Impl(new TimerImplementation) {} in Timer()
24 Timer::~Timer() { delete reinterpret_cast<TimerImplementation *>(Impl); } in ~Timer()
27 auto T = reinterpret_cast<TimerImplementation *>(Impl); in start()
32 auto T = reinterpret_cast<TimerImplementation *>(Impl); in stop()
37 auto T = reinterpret_cast<TimerImplementation *>(Impl); in nanoseconds()