Home
last modified time | relevance | path

Searched refs:rss_bytes_before (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/benchmarks/
DElfBenchmark.cpp41 uint64_t rss_bytes_before = 0; in BenchmarkElfCreate() local
42 GatherRss(&rss_bytes_before); in BenchmarkElfCreate()
60 rss_bytes -= rss_bytes_before; in BenchmarkElfCreate()
DSymbolBenchmark.cpp42 uint64_t rss_bytes_before = 0; in BenchmarkSymbolLookup() local
43 GatherRss(&rss_bytes_before); in BenchmarkSymbolLookup()
73 rss_bytes -= rss_bytes_before; in BenchmarkSymbolLookup()