Home
last modified time | relevance | path

Searched refs:memory_iterations (Results 1 - 1 of 1) sorted by relevance

/third_party/benchmark/src/
H A Dbenchmark_runner.cc74 IterationCount memory_iterations, in CreateRunReport()
106 if (memory_iterations > 0) { in CreateRunReport()
110 memory_iterations ? static_cast<double>(memory_result->num_allocs) / in CreateRunReport()
111 memory_iterations in CreateRunReport()
449 IterationCount memory_iterations = 0; in DoOneRepetition() local
458 memory_iterations = std::min<IterationCount>(16, iters); in DoOneRepetition()
463 RunInThread(&b, memory_iterations, 0, manager.get(), in DoOneRepetition()
473 CreateRunReport(b, i.results, memory_iterations, memory_result, i.seconds, 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

Completed in 2 milliseconds