proxygen
|
#include <folly/Benchmark.h>
#include <folly/io/async/EventBase.h>
#include <folly/portability/GFlags.h>
Go to the source code of this file.
Classes | |
class | CountedLoopCallback |
Functions | |
BENCHMARK (timeMeasurementsOn, n) | |
BENCHMARK_RELATIVE (timeMeasurementsOff, n) | |
int | main (int argc, char **argv) |
BENCHMARK | ( | timeMeasurementsOn | , |
n | |||
) |
Definition at line 39 of file EventBaseBenchmark.cpp.
References c, folly::EventBase::loop(), and folly::EventBase::runInLoop().
BENCHMARK_RELATIVE | ( | timeMeasurementsOff | , |
n | |||
) |
Definition at line 49 of file EventBaseBenchmark.cpp.
References c, folly::EventBase::loop(), and folly::EventBase::runInLoop().
int main | ( | int | argc, |
char ** | argv | ||
) |
–bm_min_iters=1000000
timeMeasurementsOn 1.25us 798.33K
Definition at line 70 of file EventBaseBenchmark.cpp.
References folly::runBenchmarks().