proxygen
ProducerConsumerQueueBenchmark.cpp File Reference
#include <folly/ProducerConsumerQueue.h>
#include <cstdio>
#include <iostream>
#include <thread>
#include <glog/logging.h>
#include <folly/Benchmark.h>
#include <folly/portability/GFlags.h>
#include <folly/portability/PThread.h>
#include <folly/stats/Histogram-defs.h>
#include <folly/stats/Histogram.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 236 of file ProducerConsumerQueueBenchmark.cpp.

References folly::runBenchmarks().

236  {
237  google::InitGoogleLogging(argv[0]);
238  gflags::ParseCommandLineFlags(&argc, &argv, true);
239 
240  runBenchmarks();
241  return 0;
242 }
void runBenchmarks()
Definition: Benchmark.cpp:456
char ** argv