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