proxygen
|
#include <thread>
#include <glog/logging.h>
#include <folly/Benchmark.h>
#include <folly/File.h>
#include <folly/gen/Base.h>
#include <folly/gen/File.h>
Go to the source code of this file.
Functions | |
BENCHMARK (ByLine_Pipes, iters) | |
int | main (int argc, char *argv[]) |
BENCHMARK | ( | ByLine_Pipes | , |
iters | |||
) |
Definition at line 28 of file FileBenchmark.cpp.
References BENCHMARK_SUSPEND, folly::gen::byLine(), folly::netops::close(), folly::doNotOptimizeAway(), f, FILE, i, int64_t, pipe(), fizz::detail::read(), s, folly::gen::sum, and fizz::detail::write().
int main | ( | int | argc, |
char * | argv[] | ||
) |