[Home] Type Microsoft.FSharp.Collections.HashStats


Sinks recording statistical properties of one or more hash tables.

Full Type Signature

type HashStats
  with
    member NumTables : int with get
    member NumResizes : int with get
    member LongestChainLength : int with get
    static member Create : unit -> HashStats
  end

Instance Members

MemberDescription
member LongestChainLength : int with get
The longest ever chain length sampled in all tables traced by this sink. Chain levels are typically sampled only on resizes.
member NumResizes : int with get
The total number of resizes of all hash tables traced by this sink.
member NumTables : int with get
The total number of tables traced by this sink.

Static Members

MemberDescription
member Create : unit -> HashStats
Create a new HashStats sink.

See Also

Microsoft.FSharp.Collections


Documentation for assembly fslib, version 1.1.10.1, generated using F# version 1.1.10.1