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