Classes | Namespaces | Macros | Functions
benchmark.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <vector>
Include dependency graph for benchmark.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  testing::Benchmark
 

Namespaces

 testing
 

Macros

#define BENCHMARK(f)
 

Functions

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

Macro Definition Documentation

#define BENCHMARK (   f)
Value:
static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \
(new ::testing::Benchmark(#f, f))
Point2(* f)(const Point3 &, OptionalJacobian< 2, 3 >)
__attribute__((noinline)) void bench_reverse(const MatrixType &m)

Definition at line 47 of file benchmark.h.

Function Documentation

void SetBenchmarkFlopsProcessed ( int64_t  )

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.



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