PAPI_get_dmem_info (3) Linux Manual Page
PAPI_get_dmem_info –
Get information about the dynamic memory usage of the current program.
Synopsis
Detailed Description
C Prototype:
- #include <
papi.h>int PAPI_get_dmem_info(;PAPI_dmem_info_t *dest )
Parameters:
- dest structure to be filled in
PAPI_dmem_info_t
Return values:
- PAPI_ECMP The funtion is not implemented for the current component.
PAPI_EINVAL Any value in the structure or array may be undefined as indicated by this error value.
PAPI_SYS A system error occured.
Note:
- This function is only implemented for the Linux operating system. This function takes a pointer to a
PAPI_dmem_info_tstructure 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_infoPAPI_get_hardware_infoPAPI_get_optPAPI_library_init
Author
Generated automatically by Doxygen for PAPI from the source code.
