Searched refs:systimes (Results 1 – 4 of 4) sorted by relevance
149 systimes = getrusage_systimes variable152 systimes = process_time_clock_systimes variable155 systimes = wall_clock_clock_systimes variable158 systimes = wall_clock_time_systimes variable161 systimes = win32process_getprocesstimes_systimes variable164 systimes = ctypes_getprocesstimes_systimes variable177 user, system = systimes()189 t0 = systimes()191 t1 = systimes()199 t0 = systimes()[all …]
40 import systimes41 print 'systimes.processtime: %10.3fus' % (clockres(systimes.processtime) * 1e6)
98 import systimes99 return systimes.processtime871 import systimes873 systimes.SYSTIMES_IMPLEMENTATION
94 systimes.processtime341 - added process time timer (using systimes.py)