Searched refs:memory_result (Results 1 - 3 of 3) sorted by relevance
/third_party/benchmark/src/ |
H A D | benchmark_runner.cc | 75 const MemoryManager::Result* memory_result, double seconds, in CreateRunReport() 107 assert(memory_result != nullptr); in CreateRunReport() 108 report.memory_result = memory_result; in CreateRunReport() 110 memory_iterations ? static_cast<double>(memory_result->num_allocs) / in CreateRunReport() 448 MemoryManager::Result* memory_result = nullptr; in DoOneRepetition() local 451 // TODO(vyng): Consider making BenchmarkReporter::Run::memory_result an in DoOneRepetition() 455 memory_result = &memory_results.back(); in DoOneRepetition() 468 memory_manager->Stop(*memory_result); in DoOneRepetition() 473 CreateRunReport(b, i.results, memory_iterations, memory_result, in DoOneRepetition() 71 CreateRunReport( const benchmark::internal::BenchmarkInstance& b, const internal::ThreadManager::Result& results, IterationCount memory_iterations, const MemoryManager::Result* memory_result, double seconds, int64_t repetition_index, int64_t repeats) CreateRunReport() argument [all...] |
H A D | json_reporter.cc | 294 if (run.memory_result) { 295 const MemoryManager::Result memory_result = *run.memory_result; 298 << indent << FormatKV("max_bytes_used", memory_result.max_bytes_used); 307 memory_result.total_allocated_bytes); 308 report_if_present("net_heap_growth", memory_result.net_heap_growth);
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1756 memory_result(NULL), in Run() 1808 const MemoryManager::Result* memory_result; member
|
Completed in 5 milliseconds