Searched refs:BenchmarkSymbolLookup (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/unwinding/libunwindstack/benchmarks/ |
H A D | SymbolBenchmark.cpp | 32 static void BenchmarkSymbolLookup(benchmark::State& state, std::vector<uint64_t> offsets, in BenchmarkSymbolLookup() function 84 static void BenchmarkSymbolLookup(benchmark::State& state, uint64_t pc, std::string elf_file, in BenchmarkSymbolLookup() function 86 BenchmarkSymbolLookup(state, std::vector<uint64_t>{pc}, elf_file, expect_found, runs); in BenchmarkSymbolLookup() 90 BenchmarkSymbolLookup(state, 0, GetElfFile(), false); in BM_elf_and_symbol_not_present() 95 BenchmarkSymbolLookup(state, 0x22b2bc, GetElfFile(), true); in BM_elf_and_symbol_find_single() 100 BenchmarkSymbolLookup(state, 0x22b2bc, GetElfFile(), true, 4096); in BM_elf_and_symbol_find_single_many_times() 105 BenchmarkSymbolLookup(state, in BM_elf_and_symbol_find_multiple() 112 BenchmarkSymbolLookup(state, 0, GetSymbolSortedElfFile(), false); in BM_elf_and_symbol_not_present_from_sorted() 117 BenchmarkSymbolLookup(state, 0x138638, GetSymbolSortedElfFile(), true); in BM_elf_and_symbol_find_single_from_sorted() 122 BenchmarkSymbolLookup(state, 0x138638, GetSymbolSortedElfFile(), true, 4096); in BM_elf_and_symbol_find_single_many_times_from_sorted() [all …]
|