Go to the source code of this file.
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 8 of file serial_hl.c.
9{
12 char* region_name;
13
14
16
17 region_name = "do_flops";
18
20 printf("\nInstrument flops\n");
21 }
22
23 for (
i = 1;
i <= 4; ++
i ) {
24
28 }
29
31
35 }
36 }
37
39
40 return 0;
41}
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...
int tests_quiet(int argc, char **argv)
void PAPI_NORETURN test_hl_pass(const char *filename)
void PAPI_NORETURN test_fail(const char *file, int line, const char *call, int retval)