Searched defs:Timer (Results 1 - 2 of 2) sorted by relevance

/system/core/base/include/android-base/
H A Dchrono_utils.h39 class Timer { class in namespace:android::base
41 Timer() : start_(boot_clock::now()) {} function in class:android::base::Timer
51 std::ostream& operator<<(std::ostream& os, const Timer& t);
/system/extras/perfprofd/scripts/
H A Dperf_proto_stack.py35 from threading import Timer namespace
456 kill_timer = Timer(3600, kill, [p])

Completed in 135 milliseconds