Class Communicator.TimingInfo
Inherited Members
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 |