2 writes to PhysicalMemory
Microsoft.ML.ResultProcessor (2)
ResultProcessor.cs (2)
549PhysicalMemory = result.Value.PhysicalMemory, 658PhysicalMemory = physicalParsed ? physical : 0,
2 references to PhysicalMemory
Microsoft.ML.ResultProcessor (2)
ResultProcessor.cs (2)
549PhysicalMemory = result.Value.PhysicalMemory, 1150outStream.Write(predictorName + "\t" + result.Datafile + "\t" + result.TestDatafile + "\t" + result.InputFile + "\t" + result.Time + "\t" + result.PhysicalMemory + "\t" + result.VirtualMemory + "\t" + result.Commandline + "\t" + String.Join(";", result.GetSettings().ToArray()) + "\t");