Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/concurrency/
DTimerManager.h44 typedef std::weak_ptr<Task> Timer; typedef
/thrift-3.4.0/lib/cpp/test/
DBenchmark.cpp35 class Timer { class
39 Timer() { THRIFT_GETTIMEOFDAY(&vStart, nullptr); } in Timer() function in Timer
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp2419 class Timer { class
2421 Timer() : m_ticks( 0 ) {} in Timer() function in Catch::Timer