#include <config.h>
#include "scalability.h"
#include "cputimer.h"
#include "testsuite.h"

Go to the source code of this file.
Functions | |
| void | test_scalability (double(*func)(unsigned), unsigned n, double threshold) |
Definition in file scalability.cc.
| void test_scalability | ( | double(*)(unsigned) | func, | |
| unsigned | n, | |||
| double | threshold | |||
| ) |
Definition at line 29 of file scalability.cc.
References SKIP_TEST, TEST_REL, and tout.
Referenced by DEFINE_TESTCASE().