|
PAPI 7.1.0.0
|

Go to the source code of this file.
Macros | |
| #define | ERROR_RETURN(retval) { fprintf(stderr, "Error %d %s:line %d: \n", retval,__FILE__,__LINE__); exit(retval); } |
Functions | |
| int | poorly_tuned_function () |
| int | main () |
| #define ERROR_RETURN | ( | retval | ) | { fprintf(stderr, "Error %d %s:line %d: \n", retval,__FILE__,__LINE__); exit(retval); } |
Definition at line 13 of file PAPI_set_domain.c.
| int main | ( | ) |
Definition at line 27 of file PAPI_set_domain.c.

| int poorly_tuned_function | ( | ) |
Definition at line 15 of file PAPI_set_domain.c.
