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[]) |
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.
void bench_sort | ( | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 95 of file bench/sparse_product.cpp.