Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c897 static unsigned long timeofday_diff = 0; variable
916 timeofday_diff = (unsigned long)diff; in calibrate()
922 timeofday_diff = tv2.tv_usec - tv1.tv_usec; in calibrate()
924 timeofday_diff = (1000000 - tv1.tv_usec) + tv2.tv_usec; in calibrate()
1457 PyOS_snprintf(cwdbuffer, sizeof(cwdbuffer), "%lu", timeofday_diff); in write_header()
1524 if (timeofday_diff == 0) { in hotshot_profiler()
1585 if (timeofday_diff == 0) { in hotshot_resolution()
1591 return Py_BuildValue("ii", timeofday_diff, frequency.LowPart); in hotshot_resolution()
1593 return Py_BuildValue("ii", timeofday_diff, rusage_diff); in hotshot_resolution()