Show More
@@ -654,7 +654,7 b' def _dispatch(req):' | |||||
654 | s = get_times() |
|
654 | s = get_times() | |
655 | def print_time(): |
|
655 | def print_time(): | |
656 | t = get_times() |
|
656 | t = get_times() | |
657 |
ui.warn(_(" |
|
657 | ui.warn(_("time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n") % | |
658 | (t[4]-s[4], t[0]-s[0], t[2]-s[2], t[1]-s[1], t[3]-s[3])) |
|
658 | (t[4]-s[4], t[0]-s[0], t[2]-s[2], t[1]-s[1], t[3]-s[3])) | |
659 | atexit.register(print_time) |
|
659 | atexit.register(print_time) | |
660 |
|
660 |
General Comments 0
You need to be logged in to leave comments.
Login now