[Home] Type Microsoft.FSharp.Collections.HashStats


Sinks recording statistical properties of one or more hash tables.

Full Type Signature

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

Instance Members

MemberDescription
member LongestChainLength : int
The longest ever chain length sampled in all tables traced by this sink. Chain levels are typically sampled only on resizes.
member NumResizes : int
The total number of resizes of all hash tables traced by this sink.
member NumTables : int
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 FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19