4 references to PeakWorkingSet64
Microsoft.ML.Data (1)
Utilities\TimerScope.cs (1)
36long physicalMemoryUsageInMB = System.Diagnostics.Process.GetCurrentProcess().PeakWorkingSet64 / 1024 / 1024;
Microsoft.ML.FastTree (1)
FastTree.cs (1)
458ch.Trace("Peak Working Set = {0} MB", currentProcess.PeakWorkingSet64 / 1024 / 1024);
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
84$"with memory usage {proc.WorkingSet64.ToString("N", CultureInfo.InvariantCulture)} and max memory usage {proc.PeakWorkingSet64.ToString("N", CultureInfo.InvariantCulture)}");
MSBuild (1)
XMake.cs (1)
439Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak Working Set", currentProcess.PeakWorkingSet64, "bytes");