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