logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PAPI_multiplex_init - Initialize multiplex support in the PAPI library.

Author

       Generated automatically by Doxygen for PAPI from the source code.

Version 7.1.0.0                                  Thu Dec 14 2023                          PAPI_multiplex_init(3)

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.

       CInterface:
           #include <papi.h>
           int PAPI_multiplex_init (void);

       Examples

           retval = PAPI_multiplex_init();

       ReturnvaluesPAPI_OK This call always returns PAPI_OK

       SeealsoPAPI_set_multiplexPAPI_get_multiplex

Name

       PAPI_multiplex_init - Initialize multiplex support in the PAPI library.

Synopsis

See Also