Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclocknames.h10 #if defined(CLOCK_PROCESS_CPUTIME_ID) || (defined(HAVE_DECL_CLOCK_PROCESS_CPUTIME_ID) && HAVE_DECL_…
11 XLAT(CLOCK_PROCESS_CPUTIME_ID),
Dclocknames.in3 CLOCK_PROCESS_CPUTIME_ID
/external/skia/tools/timer/
DSysTimer_posix.cpp29 if (-1 == clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &fCpu)) { in startCpu()
37 if (-1 == clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &end_cpu)) { in endCpu()
/external/kernel-headers/original/uapi/linux/
Dtime.h49 #define CLOCK_PROCESS_CPUTIME_ID 2 macro
/external/eigen/bench/btl/generic_bench/timers/
Dportable_timer.hh103 m_clkid = BtlConfig::Instance.realclock ? CLOCK_REALTIME : CLOCK_PROCESS_CPUTIME_ID; in Portable_Timer()
/external/eigen/bench/
DBenchTimer.h129 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts); in getCpuTime()
/external/libpng/contrib/libtests/
Dtimepng.c103 if (!clock_gettime(CLOCK_PROCESS_CPUTIME_ID, t)) in mytime()