TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
benchmark.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <vector>

Go to the source code of this file.

Classes

class  testing::Benchmark
 

Namespaces

namespace  testing
 

Macros

#define BENCHMARK(f)
 

Functions

void SetBenchmarkFlopsProcessed (int64_t)
 
void StopBenchmarkTiming ()
 
void StartBenchmarkTiming ()
 

Macro Definition Documentation

◆ BENCHMARK

#define BENCHMARK (   f)
Value:
static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \
(new ::testing::Benchmark(#f, f))
__attribute__((noinline)) void bench_reverse(const MatrixType &m)
Definition bench_reverse.cpp:18

Function Documentation

◆ SetBenchmarkFlopsProcessed()

void SetBenchmarkFlopsProcessed ( int64_t  x)

◆ StartBenchmarkTiming()

void StartBenchmarkTiming ( )

◆ StopBenchmarkTiming()

void StopBenchmarkTiming ( )