Searched refs:rss_bytes_before (Results 1 – 2 of 2) sorted by relevance
41 uint64_t rss_bytes_before = 0; in BenchmarkElfCreate() local42 GatherRss(&rss_bytes_before); in BenchmarkElfCreate()60 rss_bytes -= rss_bytes_before; in BenchmarkElfCreate()
42 uint64_t rss_bytes_before = 0; in BenchmarkSymbolLookup() local43 GatherRss(&rss_bytes_before); in BenchmarkSymbolLookup()73 rss_bytes -= rss_bytes_before; in BenchmarkSymbolLookup()