Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Dmemory_manager_test.cc11 result->max_bytes_used = 42000; in Stop()
/third_party/benchmark/src/
Djson_reporter.cc302 << indent << FormatKV("max_bytes_used", memory_result.max_bytes_used); in PrintRunData()
/third_party/benchmark/include/benchmark/
Dbenchmark.h335 max_bytes_used(0), in Result()
343 int64_t max_bytes_used; member