proxygen
|
#include <folly/stats/Histogram.h>
#include <folly/Benchmark.h>
#include <folly/container/Foreach.h>
#include <folly/portability/GFlags.h>
Go to the source code of this file.
Functions | |
void | addValue (unsigned int n, int64_t bucketSize, int64_t min, int64_t max) |
int | main (int argc, char *argv[]) |
Definition at line 24 of file HistogramBenchmark.cpp.
References folly::Histogram< T >::addValue(), BENCHMARK_NAMED_PARAM, FOR_EACH_RANGE, i, int64_t, and min.
int main | ( | int | argc, |
char * | argv[] | ||
) |