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. *
val create : unit -> recordval pop_global : unit -> recordval serialize : record -> record_dataval deserialize : record_data -> recordval track_distribution : ?record:record -> string -> bucket_size:float -> unitval sample : ?record:record -> string -> float -> unitval time : ?record:record -> string -> (unit -> 'a) -> 'aval get_sum : ?record:record -> string -> float optionval print_entry_stats : ?record:record -> string -> unitval print_stats : ?record:record -> unit -> unitval print_entry_distribution : ?record:record -> string -> unitval print_distributions : ?record:record -> unit -> unit