Searched refs:clock (Results 1 – 8 of 8) sorted by relevance
47 #ifdef clock75 using std::clock;89 volatile std::clock_t clock; in testTypesStd() local97 volatile std::clock_t clock1 = std::clock(); in testGetClock()98 volatile std::clock_t clock2 = std::clock(); in testGetClock()
44 ticks10 = clock(); in main()48 ticks15 = clock(); in main()
36 nsecs_t systemTime(int clock) in systemTime() argument47 clock_gettime(clocks[clock], &t); in systemTime()
38 StopWatch::StopWatch(const char *name, int clock, uint32_t flags) in StopWatch() argument39 : mName(name), mClock(clock), mFlags(flags) in StopWatch()
87 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);89 nsecs_t systemTime(int clock);
33 int clock = SYSTEM_TIME_MONOTONIC,
56 # Device boot timings. We include monotonic clock values because the57 # intrinsic event log times are wall-clock.
249 Set the system clock base (0 if system clock ticks in GMT)