Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
◆ NUM_EVENTS
◆ NUM_LOOPS
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 19 of file destroy.c.
36 printf(
"Testing to make sure we can destroy eventsets\n");
45 "PAPI_create_eventset",
retval );
52 printf(
"Trouble adding PAPI_TOT_CYC: %s\n",
56 "adding PAPI_TOT_CYC",
retval );
75 "PAPI_remove_named_event",
retval );
81 "PAPI_destroy_eventset",
retval );
int PAPI_stop(int EventSet, long long *values)
void test_pass(const char *filename)
int PAPI_add_named_event(int EventSet, const char *EventName)
int PAPI_library_init(int version)
int PAPI_create_eventset(int *EventSet)
char * PAPI_strerror(int errorCode)
int tests_quiet(int argc, char **argv)
void test_fail(const char *file, int line, const char *call, int retval)
int PAPI_destroy_eventset(int *EventSet)
int PAPI_remove_named_event(int EventSet, const char *EventName)
int PAPI_start(int EventSet)
static long long values[NUM_EVENTS]