1 write to StartTime
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
359StartTime = 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)); 463list.Add(new ProgressEvent(info.Index, info.Name, info.StartTime, entry));