proxygen
|
#include <folly/Benchmark.h>
#include <folly/experimental/settings/Settings.h>
#include <folly/init/Init.h>
Go to the source code of this file.
Functions | |
FOLLY_SETTING_DEFINE (follytest, benchmarked, int, 100,"desc") | |
BENCHMARK (settings_get_bench, iters) | |
int | main (int argc, char **argv) |
BENCHMARK | ( | settings_get_bench | , |
iters | |||
) |
Definition at line 31 of file SettingsBenchmarks.cpp.
References folly::doNotOptimizeAway(), FOLLY_SETTING, i, and value.
FOLLY_SETTING_DEFINE | ( | follytest | , |
benchmarked | , | ||
int | , | ||
100 | , | ||
"desc" | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 38 of file SettingsBenchmarks.cpp.
References folly::init(), and folly::runBenchmarks().