Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-07-02 12:12:29 -0700 (Mon, 02 Jul 2007)
Revision: 11189
Log message:

      Added Omake_util.pp_time that would print the time as
     "%0.2f sec", or
     "%d min %05.2f sec", or
     "%d hrs %02d min %05.2f sec"
     depending on how big it is. This follows Sam's (sds at gnu.org) suggestion
     from bug #680.

Changes  Path
+5 -4 omake-branches/0.9.8.x/src/build/omake_build.ml
+2 -1 omake-branches/0.9.8.x/src/exec/omake_exec_print.ml
+5 -3 omake-branches/0.9.8.x/src/exec/omake_exec_remote.ml
+19 -7 omake-branches/0.9.8.x/src/util/omake_util.ml
+7 -7 omake-branches/0.9.8.x/src/util/omake_util.mli