MLton 20100608 MLtonRusage
Home  Index  
signature MLTON_RUSAGE =
   sig
      type t = {utime: Time.time, (* user time *)
                stime: Time.time} (* system time *)

      val measureGC: bool -> unit         
      val rusage: unit -> {children: t, gc: t, self: t}
   end


Last edited on 2007-08-23 03:45:11 by MatthewFluet.