Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dmemory_manager_test.cc10 result->num_allocs = 42; in Stop()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_runner.cc95 memory_iterations ? static_cast<double>(memory_result.num_allocs) / in CreateRunReport()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1507 Result() : num_allocs(0), max_bytes_used(0) {} in Result()
1510 int64_t num_allocs; member