package memtrace_viewer

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

Module Substring_heavy_hitters.MakeSource

Parameters

module X : sig ... end

Signature

Sourcetype t
Sourcemodule Node : sig ... end
Sourceval create : tolerance:float -> t
Sourceval insert : t -> common_prefix:int -> X.t array -> count:int -> unit
Sourceval total_count : t -> int
Sourceval maximum_depth : t -> int
Sourceval calculate_totals : t -> heaviness_frequency:float -> unit
Sourceval root : t -> Node.Root.t
Sourceval is_heavy : t -> Node.t -> bool
Sourceval contains_heavy : t -> Node.t -> bool
Sourceval dump_subtree : t -> Node.t -> Core.Sexp.t
Sourcemodule Elaborated : sig ... end