|
PAPI 7.1.0.0
|

Go to the source code of this file.
Functions | |
| void | setup_PAPI (int *event_set) |
| void | simple_init (void) |
| double | simple_compute (double x) |
| int | main (int argc, char **argv) |
Variables | |
| long long int | low_mark [10] = { 0LL, 2LL, 2LL, 7LL, 21LL, 29LL, 29LL, 29LL, 29LL, 34LL} |
| long long int | high_mark [10] = { 1LL, 1LL, 2LL, 3LL, 4LL, 8LL, 9LL, 9LL, 9LL, 13LL} |
| long long int | tot_iter [10] = { 2LL, 9LL, 13LL, 33LL, 83LL, 122LL, 126LL, 130LL, 135LL, 176LL} |
| double | comp_val [10] = {0.653676, 3.160483, 4.400648, 10.286250, 25.162759, 36.454895, 37.965891, 39.680220, 41.709039, 53.453990} |
Definition at line 17 of file Simple_Driver.c.

| void setup_PAPI | ( | int * | event_set | ) |
Definition at line 78 of file Simple_Driver.c.


| double simple_compute | ( | double | x | ) |
Definition at line 45 of file Simple_Lib.c.

| void simple_init | ( | void | ) |
Definition at line 25 of file Simple_Lib.c.


| double comp_val[10] = {0.653676, 3.160483, 4.400648, 10.286250, 25.162759, 36.454895, 37.965891, 39.680220, 41.709039, 53.453990} |
Definition at line 11 of file Simple_Driver.c.
Definition at line 9 of file Simple_Driver.c.
Definition at line 8 of file Simple_Driver.c.
Definition at line 10 of file Simple_Driver.c.