PAPI 7.1.0.0
Loading...
Searching...
No Matches
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
Initialize multiplex support in the PAPI library.
int retval
Definition: zero_fork.c:53
Return values
PAPI_OKThis call always returns PAPI_OK
See also
PAPI_set_multiplex
PAPI_get_multiplex

The documentation for this class was generated from the following file: