Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_hotshot.c23 #define GETTIMEOFDAY(P_HS_TIME) \ macro
103 #define GETTIMEOFDAY(ptv) gettimeofday((ptv)) macro
105 #define GETTIMEOFDAY(ptv) gettimeofday((ptv), (struct timezone *)NULL) macro
839 GETTIMEOFDAY(&tv); in get_tdelta()
845 GETTIMEOFDAY(&tv); in get_tdelta()
914 GETTIMEOFDAY(&tv1); in calibrate()
916 GETTIMEOFDAY(&tv2); in calibrate()
970 GETTIMEOFDAY(&self->prev_timeofday); in do_start()