1 write to _ch
Microsoft.ML.Data (1)
Utilities\TimerScope.cs (1)
27
_ch
= ch;
4 references to _ch
Microsoft.ML.Data (4)
Utilities\TimerScope.cs (4)
37
_ch
.Info("Physical memory usage(MB): {0}", physicalMemoryUsageInMB);
40
_ch
.Info("Virtual memory usage(MB): {0}", virtualMemoryUsageInMB);
49
_ch
.Info("{0}\t Time elapsed(s): {1}\n\n", DateTime.UtcNow, elapsedSeconds);
53
_ch
.AssertValue(pipe);