20 using namespace folly;
25 : eventBase_(eventBase), count_(count) {}
30 eventBase_->runInLoop(
this);
71 gflags::ParseCommandLineFlags(&argc, &argv,
true);
CountedLoopCallback(EventBase *eventBase, unsigned int count)
int main(int argc, char **argv)
BENCHMARK_RELATIVE(timeMeasurementsOff, n)
—— Concurrent Priority Queue Implementation ——
requires E e noexcept(noexcept(s.error(std::move(e))))
void runInLoop(LoopCallback *callback, bool thisIteration=false)
BENCHMARK(fbFollyGlobalBenchmarkBaseline)
void runLoopCallback() noexceptoverride