TR-mbed 1.0
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
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>

Namespaces

namespace  testing
 

Typedefs

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

Functions

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

Typedef Documentation

◆ BenchmarkMap

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

◆ BenchmarkMapIt

typedef BenchmarkMap::iterator BenchmarkMapIt

Function Documentation

◆ gBenchmarks()

BenchmarkMap & gBenchmarks ( )

◆ main()

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

◆ SetBenchmarkFlopsProcessed()

void SetBenchmarkFlopsProcessed ( int64_t  x)

◆ StartBenchmarkTiming()

void StartBenchmarkTiming ( )

◆ StopBenchmarkTiming()

void StopBenchmarkTiming ( )