4 references to CreateMetric
Microsoft.ML.Data (4)
Commands\DataCommand.cs (1)
148
pipe.Send(TelemetryMessage.
CreateMetric
(pair.Key, pair.Value, null));
Utilities\TimerScope.cs (3)
55
pipe.Send(TelemetryMessage.
CreateMetric
("TLC_RunTime", elapsedSeconds));
56
pipe.Send(TelemetryMessage.
CreateMetric
("TLC_PhysicalMemoryUsageInMB", physicalMemoryUsageInMB));
57
pipe.Send(TelemetryMessage.
CreateMetric
("TLC_VirtualMemoryUsageInMB", virtualMemoryUsageInMB));