#include <assert.h>#include <stdlib.h>#include <iostream>#include <rpa/algorithms/accumulate.h>Defines | |
| #define | ARR_SZ ( 1000000 * TST_RATIO ) |
| It is possible to adjust at compile-time the tests duration. | |
| #define | NB_THR 12 |
| Maximum number of tests. | |
Typedefs | |
| typedef long long | DAT_TP |
Functions | |
| int | main (int aArgC, const char **aArgV) |
Variables | |
| static rpa::testing_thread | myThr [NB_THR] |
| static DAT_TP | myArray [ARR_SZ] |
| #define ARR_SZ ( 1000000 * TST_RATIO ) |
It is possible to adjust at compile-time the tests duration.
| #define NB_THR 12 |
Maximum number of tests.
| typedef long long DAT_TP |
| int main | ( | int | aArgC, | |
| const char ** | aArgV | |||
| ) |
rpa::testing_thread myThr[NB_THR] [static] |
1.4.7