package hack_parallel

  1. Overview
  2. Docs
Parallel and shared memory library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
sha256=4ebcdd0c0b23735228d13bbf401799174771a747a5aeb4f35b64dcfc68079e29
md5=26aff6c969020c1d2f588c574dc7d08a

doc/hack_parallel.utils/Measure/index.html

Module Measure

* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the "hack" directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *

type record
type record_data
val create : unit -> record
val push_global : unit -> unit
val pop_global : unit -> record
val serialize : record -> record_data
val deserialize : record_data -> record
val track_distribution : ?record:record -> string -> bucket_size:float -> unit
val sample : ?record:record -> string -> float -> unit
val time : ?record:record -> string -> (unit -> 'a) -> 'a
val merge : ?record:record -> from:record -> unit -> unit
val get_sum : ?record:record -> string -> float option
val print_entry_stats : ?record:record -> string -> unit
val print_stats : ?record:record -> unit -> unit
val print_entry_distribution : ?record:record -> string -> unit
val print_distributions : ?record:record -> unit -> unit
OCaml

Innovation. Community. Security.