package p4spectec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Profile.StatSource

Sourcetype stat = {
  1. mutable count : int;
  2. mutable time_inclusive : float;
  3. mutable time_exclusive : float;
}
Sourcetype t = (string, stat) Stdlib.Hashtbl.t
Sourceval create : unit -> t
Sourceval clear : t -> unit
Sourceval get : t -> string -> stat
Sourceval collect : t -> (string * stat) list