#include <typeinfo>#include <algorithm>#include "BenchTimer.h"#include "BenchUtil.h"#include "BenchSparseUtil.h"
Go to the source code of this file.
Macros | |
| #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 BENCH | ( | X | ) |
| #define NBTRIES 1 |
Definition at line 27 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 | ( | ) |
Definition at line 96 of file bench/sparse_product.cpp.