Defines | Functions
sparse_product.cpp File Reference
#include <typeinfo>
#include <algorithm>
#include "BenchTimer.h"
#include "BenchSparseUtil.h"
Include dependency graph for bench/sparse_product.cpp:

Go to the source code of this file.

Defines

#define BENCH(X)
#define NBTRIES   1
#define NNZPERCOL   6
#define REPEAT   1
#define SIZE   1000000

Functions

void bench_sort ()
int main (int argc, char *argv[])

Define Documentation

#define BENCH (   X)
Value:
timer.reset(); \
  for (int _j=0; _j<NBTRIES; ++_j) { \
    timer.start(); \
    for (int _k=0; _k<REPEAT; ++_k) { \
        X  \
  } timer.stop(); }

Definition at line 29 of file bench/sparse_product.cpp.

#define NBTRIES   1

Definition at line 26 of file bench/sparse_product.cpp.

#define NNZPERCOL   6

Definition at line 14 of file bench/sparse_product.cpp.

#define REPEAT   1

Definition at line 18 of file bench/sparse_product.cpp.

#define SIZE   1000000

Definition at line 10 of file bench/sparse_product.cpp.


Function Documentation

void bench_sort ( )
int main ( int  argc,
char *  argv[] 
)

Definition at line 95 of file bench/sparse_product.cpp.



re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:47