proxygen
BlockingWaitBenchmark.cpp File Reference
#include <folly/Benchmark.h>
#include <folly/Portability.h>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 80 of file BlockingWaitBenchmark.cpp.

References folly::runBenchmarks().

80  {
81  gflags::ParseCommandLineFlags(&argc, &argv, true);
83  return 0;
84 }
void runBenchmarks()
Definition: Benchmark.cpp:456
char ** argv