#include <unistd.h>#include <Eigen/Core>

Go to the source code of this file.
Classes | |
| class | Eigen::BenchTimer |
Namespaces | |
| Eigen | |
| Namespace containing all symbols from the Eigen library. | |
Macros | |
| #define | BENCH(TIMER, TRIES, REP, CODE) |
Enumerations | |
| enum | { Eigen::CPU_TIMER = 0, Eigen::REAL_TIMER = 1 } |
Functions | |
| static void | clobber () |
| static void | escape (void *p) |
| #define BENCH | ( | TIMER, | |
| TRIES, | |||
| REP, | |||
| CODE | |||
| ) |
|
static |
Definition at line 34 of file BenchTimer.h.
|
static |
Definition at line 30 of file BenchTimer.h.