z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


papi_free_perf_data example

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

int  nRc;
void *perfDataHandle;

/* Initialization and obtaining data to be done here */

nRc = papi_free_perf_data(perfDataHandle);

if (nRc != PAPI_OK)
{
   printf("Error in papi_free_perf_data : %d\n", nRc );
}
else
{
   /*  everything is ok so far ... */
}

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014