Home
last modified time | relevance | path

Searched refs:startVmRSS (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp66 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