Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dmemory_manager_test.cc11 result->max_bytes_used = 42000; in Stop()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_runner.cc98 report.max_bytes_used = memory_result.max_bytes_used; in CreateRunReport()
H A Djson_reporter.cc211 out << ",\n" << indent << FormatKV("max_bytes_used", run.max_bytes_used); in PrintRunData()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1340 max_bytes_used(0) {} in Run()
1387 int64_t max_bytes_used; member
1507 Result() : num_allocs(0), max_bytes_used(0) {} in Result()
1513 int64_t max_bytes_used; member