MCPcopy Create free account
hub / github.com/chen3feng/toft / SetBenchmarkItemsProcessed

Function SetBenchmarkItemsProcessed

base/benchmark.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void SetBenchmarkItemsProcessed(int n) {
59 processed_items = n;
60}
61
62void BenchmarkMemoryUsage() {
63 // TODO(yeshunping): Implement it using gperftools

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected