package mirage-profile

  1. Overview
  2. Docs
Collect runtime profiling information in CTF format

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-profile-v0.9.1.tbz
sha256=2bb6cf03c73c6f45dedc34365c9131b8bdda62390b04d26eb76793a6422a0352
sha512=23cc4a2a62f5cc05b48d626bd6c8171a442fd46490da6810b1c507fcd7661c7fcd901d8328cddf687af4144136bf0d34b63f8484e32550077ab63d23e6eaea2b

doc/mirage-profile/MProf_counter/index.html

Module MProf_counterSource

Sourcetype t = {
  1. name : string;
  2. mutable value : int;
}
Sourceval create : ?init:int -> name:string -> unit -> t
Sourceval make : name:string -> t
Sourceval set_value : t -> int -> unit
Sourceval increase : t -> int -> unit
Sourceval value : t -> int