Searched refs:GatherRss (Results 1 – 4 of 4) sorted by relevance
35 void GatherRss(uint64_t* rss_bytes);
42 GatherRss(&rss_bytes_before); in BenchmarkElfCreate()59 GatherRss(&rss_bytes); in BenchmarkElfCreate()
43 GatherRss(&rss_bytes_before); in BenchmarkSymbolLookup()72 GatherRss(&rss_bytes); in BenchmarkSymbolLookup()
48 void GatherRss(uint64_t* rss_bytes) { in GatherRss() function