MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ThreadRange

Method ThreadRange

extern/re2/util/benchmark.h:125–125  ·  view source on GitHub ↗

Pretend to support multiple threads.

Source from the content-addressed store, hash-verified

123
124 // Pretend to support multiple threads.
125 Benchmark* ThreadRange(int lo, int hi) { return this; }
126
127 const char* name() const { return name_; }
128 const std::function<void(int, int)>& func() const { return func_; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected