Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
runvector_main.cxx File Reference
#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

Function Documentation

◆ cpp_loop_offset()

int cpp_loop_offset ( )

Definition at line 12 of file runvector_main.cxx.

◆ cpp_runvector()

void cpp_runvector ( )

Definition at line 21 of file runvector_main.cxx.

◆ main()

int main ( )

Definition at line 39 of file runvector_main.cxx.

◆ run_bench()

void run_bench ( void(* cpp_bench )(),
const char * label )

Definition at line 28 of file runvector_main.cxx.

Variable Documentation

◆ N

const int N = 100000000
static

Definition at line 10 of file runvector_main.cxx.