|
PAPI 7.1.0.0
|

Go to the source code of this file.
Macros | |
| #define | ALL_OK 0 |
| #define | CODE_UNIMPLEMENTED -1 |
| #define | ERROR_RESULT -2 |
Functions | |
| int | instructions_million (void) |
| int | instructions_fldcw (void) |
| int | instructions_rep (void) |
| int | branches_testcode (void) |
| int | random_branches_testcode (int number, int quiet) |
| int | flops_float_init_matrix (void) |
| float | flops_float_matrix_matrix_multiply (void) |
| float | flops_float_swapped_matrix_matrix_multiply (void) |
| int | flops_double_init_matrix (void) |
| double | flops_double_matrix_matrix_multiply (void) |
| double | flops_double_swapped_matrix_matrix_multiply (void) |
| double | do_flops3 (double x, int iters, int quiet) |
| double | do_flops (int n, int quiet) |
| int | cache_write_test (double *array, int size) |
| double | cache_read_test (double *array, int size) |
| int | cache_random_write_test (double *array, int size, int count) |
| double | cache_random_read_test (double *array, int size, int count) |
| double | do_cycles (int minimum_time) |
| #define ALL_OK 0 |
Definition at line 1 of file testcode.h.
| #define CODE_UNIMPLEMENTED -1 |
Definition at line 2 of file testcode.h.
| #define ERROR_RESULT -2 |
Definition at line 3 of file testcode.h.
| int branches_testcode | ( | void | ) |
Definition at line 23 of file branches_testcode.c.

Definition at line 38 of file cache_testcode.c.

| double cache_read_test | ( | double * | array, |
| int | size | ||
| ) |
| double do_cycles | ( | int | minimum_time | ) |
Definition at line 8 of file busy_work.c.
Definition at line 184 of file flops_testcode.c.
Definition at line 142 of file flops_testcode.c.


| int flops_double_init_matrix | ( | void | ) |
Definition at line 81 of file flops_testcode.c.

| double flops_double_matrix_matrix_multiply | ( | void | ) |
Definition at line 104 of file flops_testcode.c.

| double flops_double_swapped_matrix_matrix_multiply | ( | void | ) |
Definition at line 120 of file flops_testcode.c.
| int flops_float_init_matrix | ( | void | ) |
Definition at line 23 of file flops_testcode.c.

| float flops_float_matrix_matrix_multiply | ( | void | ) |
Definition at line 46 of file flops_testcode.c.

| float flops_float_swapped_matrix_matrix_multiply | ( | void | ) |
Definition at line 62 of file flops_testcode.c.

| int instructions_fldcw | ( | void | ) |
Definition at line 92 of file instructions_testcode.c.

| int instructions_million | ( | void | ) |
Definition at line 8 of file instructions_testcode.c.

| int instructions_rep | ( | void | ) |
Definition at line 124 of file instructions_testcode.c.

Definition at line 121 of file branches_testcode.c.
