|
  PAPIC:PAPI num components.3
| |
ViewsFrom PAPIDocs
NAME
SynopsisC Interface #include <papi.h> int PAPI_num_components(); DescriptionPAPI_num_components() returns the number of counting components installed in the library. ArgumentsThis function takes no arguments. Examples/* Query the library for a component count. */ printf("%d components installed.\n", PAPI_num_components()); BugsNone. See Also |