PAPI
7.1.0.0
Loading...
Searching...
No Matches
Functions
attach_target.c File Reference
Include dependency graph for attach_target.c:
Go to the source code of this file.
Functions
int
main
(
int
argc, char **argv)
Function Documentation
◆
main()
int
main
(
int
argc
,
char **
argv
)
Definition at line
7
of file
attach_target.c
.
8
{
9
int
c
,
i
=
NUM_FLOPS
;
10
11
if
(argc > 1) {
12
c
= atoi(argv[1]);
13
if
(
c
>= 0) {
14
i
=
c
;
15
}
16
}
17
18
do_flops
(
i
);
19
20
return
0;
21
}
i
int i
Definition:
PAPI_get_virt_cyc.c:10
c
static double c[MATRIX_SIZE][MATRIX_SIZE]
Definition:
libmsr_basic.c:40
do_flops
void do_flops(int n)
Definition:
multiplex.c:23
NUM_FLOPS
#define NUM_FLOPS
Definition:
sdsc-mpx.c:24
Here is the call graph for this function:
src
ctests
attach_target.c
Generated on Wed Dec 20 2023 18:12:53 for PAPI by
1.9.6