Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/benchmarks/
DElfBenchmark.cpp36 uint64_t alloc_bytes = 0; in BenchmarkElfCreate() local
57 alloc_bytes += mallinfo().uordblks - alloc_bytes_before; in BenchmarkElfCreate()
68 state.counters["ALLOCATED_BYTES"] = alloc_bytes / static_cast<double>(state.iterations()); in BenchmarkElfCreate()
DSymbolBenchmark.cpp37 uint64_t alloc_bytes = 0; in BenchmarkSymbolLookup() local
70 alloc_bytes += mallinfo().uordblks - alloc_bytes_before; in BenchmarkSymbolLookup()
81 state.counters["ALLOCATED_BYTES"] = alloc_bytes / static_cast<double>(state.iterations()); in BenchmarkSymbolLookup()