Search Results for

    Show / Hide Table of Contents

    Class Communicator.TimingInfo

    Inheritance
    Object
    Communicator.TimingInfo
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public class TimingInfo

    Fields

    ItemsTransmitted

    Declaration
    public long ItemsTransmitted
    Field Value
    Type Description
    Int64

    watch

    Accumulates the total communication time. Useful for performance tuning.

    Declaration
    public Stopwatch watch
    Field Value
    Type Description
    Stopwatch

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.