|
  PAPI3:PAPI multiplex init.3
| |
ViewsFrom PAPIDocs
NAME
SynopsisC Interface #include <papi.h> int PAPI_multiplex_init (void); Fortran Interface #include fpapi.h PAPIF_multiplex_init(C_INT check ) DescriptionPAPI_multiplex_init enables and initializes multiplex support in the PAPI library. Multiplexing allows a user to count more events than total physical counters by time sharing the existing counters at some loss in precision. Applications that make no use of multiplexing do not need to call this routine. ErrorsNo errors are reported. Examplesretval = PAPI_multiplex_init(); BugsThis function has no known bugs. See Also |