X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2Fsortedby.ml;h=b9a05a00274e8846418be32c44c8f2f4b5f52837;hb=515c1195a3b3ff86bf002091b4535bc812aa40ea;hp=177cf3c034369c70f4c2d819d0ccf91deb4b8a9c;hpb=dec50888f98015c937283acc14e2ffceccc04a11;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/sortedby.ml b/helm/ocaml/mathql_interpreter/sortedby.ml index 177cf3c03..b9a05a002 100644 --- a/helm/ocaml/mathql_interpreter/sortedby.ml +++ b/helm/ocaml/mathql_interpreter/sortedby.ml @@ -35,7 +35,7 @@ open Utility;; * implementazione del comando SORTEDBY *) let sortedby_ex alist order afunc = - let before = Unix.time () in + let before = Sys.time () in let res = let module S = Mathql_semantics in (Sort.list @@ -50,7 +50,7 @@ let sortedby_ex alist order afunc = ) ) in - let after = Unix.time () + let after = Sys.time () and ll1 = string_of_int (List.length alist) in let diff = string_of_float (after -. before) in print_endline