MCPcopy Create free account
hub / github.com/apache/arrow / Stop

Method Stop

cpp/src/arrow/util/benchmark_util.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152// Benchmark 1.8.0 or later.
153#ifndef BENCHMARK_DONT_OPTIMIZE
154 void Stop(Result* result) override { Stop(*result); }
155#endif
156
157 void Stop(benchmark::MemoryManager::Result& result) override {

Callers

nothing calls this directly

Calls 4

default_memory_poolFunction · 0.85
num_allocationsMethod · 0.45
max_memoryMethod · 0.45
total_bytes_allocatedMethod · 0.45

Tested by

no test coverage detected