Lines Matching defs:time
25 import time
46 TIME = 'time', 'tottime'
94 'stdname', 'calls', 'time', and 'cumulative'). It takes either an
98 For example sort_stats('time', 'name') or sort_stats(SortKey.TIME,
99 SortKey.NAME) sorts on the major key of 'internal function time', and on
146 arg = time.ctime(file_stats.st_mtime) + " " + arg
205 "cumtime" : (((3,-1), ), "cumulative time"),
206 "cumulative": (((3,-1), ), "cumulative time"),
214 "time" : (((2,-1), ), "internal time"),
215 "tottime" : (((2,-1), ), "internal time"),
245 1: "time",
379 tottime, # time spent in this function alone
381 cumtime, # time spent in the function plus all functions that this function called,