Home
last modified time | relevance | path

Searched refs:format_time (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dtimeit.py340 def format_time(dt): function
355 print("raw times: %s" % ", ".join(map(format_time, raw_timings)))
362 repeat, format_time(best)))
371 % (format_time(worst), format_time(best)),
/third_party/python/Modules/
H A Dtimemodule.c740 #define format_time wcsftime macro
744 #define format_time strftime macro
865 buflen = format_time(outbuf, i, fmt, &buf);
900 #undef format_time macro

Completed in 4 milliseconds