proxygen
|
#include <folly/container/BitIterator.h>
#include <algorithm>
#include <glog/logging.h>
#include <folly/Benchmark.h>
#include <folly/init/Init.h>
#include <folly/small_vector.h>
Go to the source code of this file.
Functions | |
BENCHMARK (SimpleFFSTest, iters) | |
BENCHMARK (RealFFSTest, iters) | |
int | main (int argc, char **argv) |
BENCHMARK | ( | SimpleFFSTest | , |
iters | |||
) |
Definition at line 93 of file BitIteratorBench.cpp.
BENCHMARK | ( | RealFFSTest | , |
iters | |||
) |
Definition at line 96 of file BitIteratorBench.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 109 of file BitIteratorBench.cpp.
References folly::init(), and folly::runBenchmarks().