HOME
| OPENMP API Specification: Version 5.0 November 2018

5.3.5  Frame Information Type

SummaryThe ompd_frame_info_t type is used to specify frame information.

Format

SVG-Viewer needed.

 

 
typedef struct ompd_frame_info_t { 
  ompd_address_t frame_address; 
  ompd_word_t frame_flag; 
} ompd_frame_info_t;  

SVG-Viewer needed.

DescriptionThe ompd_frame_info_t type is a structure that OMPD uses to specify frame information. The frame_address field of ompd_frame_info_t identifies a frame. The frame_flag field of ompd_frame_info_t indicates what type of information is provided in frame_address. The values and meaning is the same as defined for the ompt_frame_t enumeration type.

Cross References