|
TR-mbed 1.0
|
#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 | |
| BenchmarkMap & | gBenchmarks () |
| void | SetBenchmarkFlopsProcessed (int64_t x) |
| void | StopBenchmarkTiming () |
| void | StartBenchmarkTiming () |
| int | main (int argc, char *argv[]) |
| typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap |
| typedef BenchmarkMap::iterator BenchmarkMapIt |
| BenchmarkMap & gBenchmarks | ( | ) |
| void SetBenchmarkFlopsProcessed | ( | int64_t | x | ) |
| void StartBenchmarkTiming | ( | ) |
| void StopBenchmarkTiming | ( | ) |