PAPI 7.1.0.0
Loading...
Searching...
No Matches
papi_os_vector_t Struct Reference

#include <papi_vector.h>

Data Fields

long long(* get_real_cycles )(void)
 
long long(* get_virt_cycles )(void)
 
long long(* get_real_usec )(void)
 
long long(* get_virt_usec )(void)
 
long long(* get_real_nsec )(void)
 
long long(* get_virt_nsec )(void)
 
int(* update_shlib_info )(papi_mdi_t *mdi)
 
int(* get_system_info )(papi_mdi_t *mdi)
 
int(* get_memory_info )(PAPI_hw_info_t *, int)
 
int(* get_dmem_info )(PAPI_dmem_info_t *)
 

Detailed Description

Definition at line 60 of file papi_vector.h.

Field Documentation

◆ get_dmem_info

int(* papi_os_vector_t::get_dmem_info) (PAPI_dmem_info_t *)

Definition at line 70 of file papi_vector.h.

◆ get_memory_info

int(* papi_os_vector_t::get_memory_info) (PAPI_hw_info_t *, int)

Definition at line 69 of file papi_vector.h.

◆ get_real_cycles

long long(* papi_os_vector_t::get_real_cycles) (void)

Definition at line 61 of file papi_vector.h.

◆ get_real_nsec

long long(* papi_os_vector_t::get_real_nsec) (void)

Definition at line 65 of file papi_vector.h.

◆ get_real_usec

long long(* papi_os_vector_t::get_real_usec) (void)

Definition at line 63 of file papi_vector.h.

◆ get_system_info

int(* papi_os_vector_t::get_system_info) (papi_mdi_t *mdi)

Definition at line 68 of file papi_vector.h.

◆ get_virt_cycles

long long(* papi_os_vector_t::get_virt_cycles) (void)

Definition at line 62 of file papi_vector.h.

◆ get_virt_nsec

long long(* papi_os_vector_t::get_virt_nsec) (void)

Definition at line 66 of file papi_vector.h.

◆ get_virt_usec

long long(* papi_os_vector_t::get_virt_usec) (void)

Definition at line 64 of file papi_vector.h.

◆ update_shlib_info

int(* papi_os_vector_t::update_shlib_info) (papi_mdi_t *mdi)

Definition at line 67 of file papi_vector.h.


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