1PAPI_multiplex_init(3)               PAPI               PAPI_multiplex_init(3)
2
3
4

NAME

6       PAPI_multiplex_init - initialize multiplex support in the PAPI library
7
8

SYNOPSIS

10       C Interface
11       #include <papi.h>
12       int PAPI_multiplex_init (void);
13       Fortran Interface
14       #include fpapi.h
15       PAPIF_multiplex_init(C_INT check)
16
17

DESCRIPTION

19       PAPI_multiplex_init  enables  and  initializes multiplex support in the
20       PAPI library.  Multiplexing allows a user to  count  more  events  than
21       total  physical  counters by time sharing the existing counters at some
22       loss in precision.  Applications that make no use  of  multiplexing  do
23       not need to call this routine.
24
25

RETURN VALUES

27       This function always returns PAPI_OK.
28
29

ERRORS

31       No errors are reported.
32
33

EXAMPLES

35       retval = PAPI_multiplex_init();
36
37

BUGS

39       This function has no known bugs.
40
41

SEE ALSO

43       PAPI_set_multiplex(3), PAPI_get_multiplex(3)
44
45
46
47PAPI Programmer's Reference     September, 2004         PAPI_multiplex_init(3)
Impressum