src/HOL/Tools/Nitpick/nitpick.ML
changeset 40341 03156257040f
parent 40223 9f001f7e6c0c
child 40381 96c37a685a13
--- a/src/HOL/Tools/Nitpick/nitpick.ML	Wed Nov 03 20:19:24 2010 +0100
+++ b/src/HOL/Tools/Nitpick/nitpick.ML	Wed Nov 03 22:26:53 2010 +0100
@@ -980,9 +980,9 @@
            | Exn.Interrupt =>
              if auto orelse debug then raise Interrupt
              else error (excipit "was interrupted after checking")
-    val _ = print_v (fn () => "Total time: " ^
-                              signed_string_of_int (Time.toMilliseconds
-                                    (Timer.checkRealTimer timer)) ^ " ms.")
+    val _ = print_v (fn () =>
+                "Total time: " ^ string_from_time (Timer.checkRealTimer timer) ^
+                ".")
   in (outcome_code, !state_ref) end
   handle Exn.Interrupt =>
          if auto orelse #debug params then