Searched refs:monotonic (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dtime.cc46 Time::_set(bool monotonic) argument
49 ::clock_gettime(monotonic ? CLOCK_MONOTONIC : CLOCK_REALTIME, &_time);
H A Dtime.hh56 void _set(bool monotonic);
91 * a monotonic clock if it is available

Completed in 3 milliseconds