Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/benchmarks/
H A DMapsBenchmark.cpp29 class BenchmarkLocalUpdatableMaps : public unwindstack::LocalUpdatableMaps { class
31 BenchmarkLocalUpdatableMaps() : unwindstack::LocalUpdatableMaps() {} in BenchmarkLocalUpdatableMaps() function in BenchmarkLocalUpdatableMaps
32 virtual ~BenchmarkLocalUpdatableMaps() = default;
59 BenchmarkLocalUpdatableMaps maps; in ReparseBenchmark()