TR-mbed 1.0
Loading...
Searching...
No Matches
Enumerations | Functions
basicbenchmark.h File Reference

Go to the source code of this file.

Enumerations

enum  { LazyEval , EarlyEval , OmpEval }
 

Functions

template<int Mode, typename MatrixType >
void benchBasic_loop (const MatrixType &I, MatrixType &m, int iterations) __attribute__((noinline))
 
template<int Mode, typename MatrixType >
double benchBasic (const MatrixType &mat, int size, int tries) __attribute__((noinline))
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
LazyEval 
EarlyEval 
OmpEval 

Function Documentation

◆ benchBasic()

template<int Mode, typename MatrixType >
double benchBasic ( const MatrixType mat,
int  size,
int  tries 
)

◆ benchBasic_loop()

template<int Mode, typename MatrixType >
void benchBasic_loop ( const MatrixType I,
MatrixType m,
int  iterations 
)