Home
last modified time | relevance | path

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

/third_party/python/Lib/
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/
Dtimemodule.c717 #define format_time wcsftime macro
721 #define format_time strftime macro
841 buflen = format_time(outbuf, i, fmt, &buf);
876 #undef format_time