proxygen
|
#include <folly/stats/detail/DigestBuilder-defs.h>
#include <chrono>
#include <condition_variable>
#include <thread>
#include <boost/thread/barrier.hpp>
#include <folly/Benchmark.h>
#include <folly/Range.h>
#include <folly/portability/GFlags.h>
Go to the source code of this file.
Classes | |
class | FreeDigest |
Functions | |
DEFINE_int32 (digest_merge_time_ns, 5500,"Time to merge into the digest") | |
unsigned int | append (unsigned int iters, size_t bufSize, size_t nThreads) |
BENCHMARK_DRAW_LINE () | |
int | main (int argc, char *argv[]) |
unsigned int append | ( | unsigned int | iters, |
size_t | bufSize, | ||
size_t | nThreads | ||
) |
Definition at line 47 of file DigestBuilderBenchmark.cpp.
References folly::BENCHMARK_DRAW_LINE(), BENCHMARK_NAMED_PARAM_MULTI, BENCHMARK_RELATIVE_NAMED_PARAM_MULTI, BENCHMARK_SUSPEND, buffer(), i, and threads.
BENCHMARK_DRAW_LINE | ( | ) |
DEFINE_int32 | ( | digest_merge_time_ns | , |
5500 | , | ||
"Time to merge into the digest" | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 112 of file DigestBuilderBenchmark.cpp.
References argv, and folly::runBenchmarks().