PAPI_multiplex_init(3) | PAPI | PAPI_multiplex_init(3) |
PAPI_multiplex_init -
Initialize multiplex support in the PAPI library.
PAPI_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.
C Interface:
Examples
retval = PAPI_multiplex_init();
Return values:
See Also:
PAPI_get_multiplex
Generated automatically by Doxygen for PAPI from the source code.
Mon Nov 14 2022 | Version 7.0.0.0 |