Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/platform/ios/
H A Dprocess_helper.cpp451 struct timeval boottime; in GetSysTimer() local
455 size_t size = sizeof(boottime); in GetSysTimer()
460 if (sysctl(mib, MIB_SIZE, &boottime, &size, NULL, 0) != -1 && boottime.tv_sec != 0) { in GetSysTimer()
461 systimer = now.tv_sec - boottime.tv_sec; in GetSysTimer()
462 systimer += (double)(now.tv_usec - boottime.tv_usec) / MICROSECONDS_OF_SECOND; in GetSysTimer()

Completed in 3 milliseconds