proxygen
CoroBenchmarkAllocator.cpp File Reference
#include <folly/Benchmark.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 377 of file CoroBenchmarkAllocator.cpp.

References folly::runBenchmarks().

377  {
378  gflags::ParseCommandLineFlags(&argc, &argv, true);
380  return 0;
381 }
void runBenchmarks()
Definition: Benchmark.cpp:456
char ** argv