PAPI 7.1.0.0
Loading...
Searching...
No Matches
PAPI_get_dmem_info Class Reference

Get information about the dynamic memory usage of the current program. More...

Detailed Description

C Prototype:
#include <papi.h>
int PAPI_get_dmem_info( PAPI_dmem_info_t *dest );
Parameters
deststructure to be filled in PAPI_dmem_info_t
Return values
PAPI_ECMPThe function is not implemented for the current component.
PAPI_EINVALAny value in the structure or array may be undefined as indicated by this error value.
PAPI_SYSA system error occurred.
Note
This function is only implemented for the Linux operating system. This function takes a pointer to a PAPI_dmem_info_t structure and returns with the structure fields filled in. A value of PAPI_EINVAL in any field indicates an undefined parameter.
See also
PAPI_get_executable_info PAPI_get_hardware_info PAPI_get_opt PAPI_library_init

The documentation for this class was generated from the following file: