Home
last modified time | relevance | path

Searched refs:PeakWorkingSetSize (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tools/
H A DProcStats.cpp44 return info.PeakWorkingSetSize; in getMaxResidentSetSizeBytes()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilWindows.cpp148 return info.PeakWorkingSetSize >> 20; in GetPeakRSSMb()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp22 SIZE_T PeakWorkingSetSize; member
655 if (memDefined) PrintMemUsage("Physical", m.PeakWorkingSetSize); in PrintStat()
/third_party/libuv/src/win/
H A Dutil.c925 uv_rusage->ru_maxrss = (uint64_t) memCounters.PeakWorkingSetSize / 1024; in uv_getrusage()
/third_party/node/deps/uv/src/win/
H A Dutil.c1073 uv_rusage->ru_maxrss = (uint64_t) memCounters.PeakWorkingSetSize / 1024; in uv_getrusage()

Completed in 8 milliseconds