1 write to StartTime
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
359
StartTime
= DateTime.UtcNow;
4 references to StartTime
Microsoft.ML.Core (4)
Data\ProgressReporter.cs (4)
395
_pendingEvents.Enqueue(new ProgressEvent(newInfo.Index, newInfo.Name, newInfo.
StartTime
, ProgressEvent.EventKind.Start));
413
_pendingEvents.Enqueue(new ProgressEvent(info.Index, info.Name, info.
StartTime
, ProgressEvent.EventKind.Stop));
419
_pendingEvents.Enqueue(new ProgressEvent(info.Index, info.Name, info.
StartTime
, entry));
463
list.Add(new ProgressEvent(info.Index, info.Name, info.
StartTime
, entry));