PAPI  5.0.1.0
PAPI_multiplex_init Class Reference

Initialize multiplex support in the PAPI library. More...


Detailed Description

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:
#include <papi.h>
int PAPI_multiplex_init (void);
Examples
 retval = PAPI_multiplex_init();
Return values:
PAPI_OKThis call always returns PAPI_OK
Bug:
This function has no known bugs.
See also:
PAPI_set_multiplex
PAPI_get_multiplex

The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines