sig
  type timerModeEnum = Disabled | SoftwareTimer
  val reset : Stats.timerModeEnum -> unit
  val countCalls : bool Pervasives.ref
  val time : string -> ('a -> 'b) -> 'a -> 'b
  val repeattime : float -> string -> ('a -> 'b) -> 'a -> 'b
  val print : Pervasives.out_channel -> string -> unit
  val lookupTime : string -> float
  val timethis : ('a -> 'b) -> 'a -> 'b
  val lastTime : float Pervasives.ref
end