Home
last modified time | relevance | path

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

/system/core/libunwindstack/benchmarks/
DUtils.h35 void GatherRss(uint64_t* rss_bytes);
DSymbolBenchmark.cpp48 GatherRss(&rss_bytes_before); in BenchmarkSymbolLookup()
70 GatherRss(&rss_bytes); in BenchmarkSymbolLookup()
DElfBenchmark.cpp42 GatherRss(&rss_bytes_before); in BenchmarkElfCreate()
59 GatherRss(&rss_bytes); in BenchmarkElfCreate()
DUtils.cpp48 void GatherRss(uint64_t* rss_bytes) { in GatherRss() function