PAPI  5.3.0.0
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

int main ( int  argc,
char **  argv 
)

Definition at line 4 of file attach_target.c.

{
      int c, i = NUM_FLOPS;
        if (argc > 1) {
             c =  atoi(argv[1]);
              if (c >= 0) {
                     i = c;
                      }
                }
      do_flops(i);
        exit(0);
}

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines