Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_util.cpp27 constexpr static int secondToNanosecond = 1 * 1000 * 1000 * 1000; in GetElapsedNanoSecondsSinceBoot() local
28 return times.tv_sec * secondToNanosecond + times.tv_nsec; in GetElapsedNanoSecondsSinceBoot()
35 constexpr static int secondToNanosecond = 1 * 1000 * 1000 * 1000; in GetNanoSecondsTimestamp() local
36 return times.tv_sec * secondToNanosecond + times.tv_nsec; in GetNanoSecondsTimestamp()

Completed in 0 milliseconds