Searched refs:timeofday_diff (Results 1 – 1 of 1) sorted by relevance
901 static unsigned long timeofday_diff = 0; variable920 timeofday_diff = (unsigned long)diff; in calibrate()926 timeofday_diff = tv2.tv_usec - tv1.tv_usec; in calibrate()928 timeofday_diff = (1000000 - tv1.tv_usec) + tv2.tv_usec; in calibrate()1461 PyOS_snprintf(cwdbuffer, sizeof(cwdbuffer), "%lu", timeofday_diff); in write_header()1528 if (timeofday_diff == 0) { in hotshot_profiler()1589 if (timeofday_diff == 0) { in hotshot_resolution()1595 return Py_BuildValue("ii", timeofday_diff, frequency.LowPart); in hotshot_resolution()1597 return Py_BuildValue("ii", timeofday_diff, rusage_diff); in hotshot_resolution()