Searched refs:startVmRSS (Results 1 – 1 of 1) sorted by relevance
66 startVmRSS = GetVmRSS(); in Start()82 if (startVmSize != endVmSize || startVmRSS != endVmRSS || startFdCount != endFdCount) { in Compare()84 std::cout << "Difference in VmRSS: " << endVmRSS - startVmRSS << std::endl; in Compare()135 long startVmRSS = 0; member in OHOS::Media::MemoryCheck