package hack_parallel

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

Module StatsSource

* 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 root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *

Sourcetype t = {
  1. mutable init_parsing_heap_size : int;
  2. mutable init_heap_size : int;
  3. mutable max_heap_size : int;
  4. gc_stat : Gc.stat;
}
Sourceval stats : t
Sourceval get_stats : unit -> t
Sourceval update_max_heap_size : int -> unit
Sourceval to_json : t -> Hh_json.json
OCaml

Innovation. Community. Security.