Home
last modified time | relevance | path

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

/system/core/libcutils/
Dtrace-container.cpp125 static inline uint64_t gettime(clockid_t clk_id) in gettime() argument
128 clock_gettime(clk_id, &ts); in gettime()
/system/logging/liblog/tests/
Dliblog_benchmark.cpp97 static void do_clock_overhead(benchmark::State& state, clockid_t clk_id) { in do_clock_overhead() argument
100 clock_gettime(clk_id, &t); in do_clock_overhead()