package core_profiler

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

Module Core_profiler.FstatsSource

Sourcetype t
Sourceval create : unit -> t
Sourceval samples : t -> int
Sourceval total : t -> float
Sourceval min : t -> float
Sourceval max : t -> float
Sourceval mean : t -> float
Sourceval var : t -> Core.Float.t
Sourceval stdev : t -> float
Sourceval update_in_place : t -> float -> unit
Sourceval copy : t -> t