PAPI_num_components

Langue: en

Version: April, 2007 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

PAPI_num_components - return the number of components currently installed

SYNOPSIS

C Interface
 #include <papi.h>
 int PAPI_num_components();
 

DESCRIPTION

PAPI_num_components() returns the number of counting components
 installed in the library. 

ARGUMENTS

This function takes no arguments.

RETURN VALUES

This function returns a value greater than zero.

EXAMPLES

 /* Query the library for a component count. */
 printf("%d components installed., PAPI_num_components());
 

BUGS

None.

SEE ALSO

PAPI(3)