#include <iostream>
#include <iomanip>
#include <vector>
#include <time.h>
#include <unistd.h>
#include "runvector.h"
Functions | |
int | cpp_loop_offset () |
void | cpp_runvector () |
int | main () |
void | run_bench (void(*cpp_bench)(), const char *label) |
Variables | |
static const int | N = 100000000 |
int cpp_loop_offset | ( | ) |
Definition at line 12 of file runvector_main.cxx.
void cpp_runvector | ( | ) |
Definition at line 21 of file runvector_main.cxx.
int main | ( | ) |
Definition at line 39 of file runvector_main.cxx.
void run_bench | ( | void(*)() | cpp_bench, |
const char * | label | ||
) |
Definition at line 28 of file runvector_main.cxx.
|
static |
Definition at line 10 of file runvector_main.cxx.