Namespaces | Typedefs | Functions | Variables
benchmark_main.cc File Reference
#include "benchmark.h"
#include <regex.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <inttypes.h>
#include <time.h>
#include <map>
Include dependency graph for benchmark_main.cc:

Go to the source code of this file.

Namespaces

 testing
 

Typedefs

typedef std::map< std::string,::testing::Benchmark * > BenchmarkMap
 
typedef BenchmarkMap::iterator BenchmarkMapIt
 

Functions

BenchmarkMapgBenchmarks ()
 
int main (int argc, char *argv[])
 
static int64_t NanoTime ()
 
static int Round (int n)
 
void SetBenchmarkFlopsProcessed (int64_t x)
 
void StartBenchmarkTiming ()
 
void StopBenchmarkTiming ()
 

Variables

static int64_t g_benchmark_start_time_ns
 
static int64_t g_benchmark_total_time_ns
 
static int64_t g_flops_processed
 
static int g_name_column_width = 20
 

Typedef Documentation

typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap

Definition at line 29 of file benchmark_main.cc.

typedef BenchmarkMap::iterator BenchmarkMapIt

Definition at line 30 of file benchmark_main.cc.

Function Documentation

BenchmarkMap& gBenchmarks ( )

Definition at line 32 of file benchmark_main.cc.

int main ( int  argc,
char *  argv[] 
)

Definition at line 207 of file benchmark_main.cc.

static int64_t NanoTime ( )
static

Definition at line 61 of file benchmark_main.cc.

static int Round ( int  n)
static

Definition at line 39 of file benchmark_main.cc.

void SetBenchmarkFlopsProcessed ( int64_t  x)

Definition at line 193 of file benchmark_main.cc.

void StartBenchmarkTiming ( )

Definition at line 202 of file benchmark_main.cc.

void StopBenchmarkTiming ( )

Definition at line 196 of file benchmark_main.cc.

Variable Documentation

int64_t g_benchmark_start_time_ns
static

Definition at line 28 of file benchmark_main.cc.

int64_t g_benchmark_total_time_ns
static

Definition at line 27 of file benchmark_main.cc.

int64_t g_flops_processed
static

Definition at line 26 of file benchmark_main.cc.

int g_name_column_width = 20
static

Definition at line 37 of file benchmark_main.cc.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:27