Go to the source code of this file.
◆ ERROR_RETURN
◆ THRESHOLD
◆ main()
Definition at line 24 of file PAPI_mix_hl_ll.c.
25{
26 float ipc;
30
33
35
38
41
42
45
50
53
55
58
60
61 printf("Results from the low-level API:\n");
62 printf("IPC: %f\n", ipc);
63
64 exit(0);
65}
#define ERROR_RETURN(retval)
add PAPI preset or native hardware event to an event set
Create a new empty PAPI EventSet.
Read performance events at the beginning of a region.
Read performance events at the end of a region and store the difference to the corresponding beginnin...
Stop a running high-level event set.
Start counting hardware events in an event set.
Stop counting hardware events in an event set.
static long long values[NUM_EVENTS]
◆ your_slow_code()