Home
last modified time | relevance | path

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

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