HPCToolkit
hpcrunflat-fmt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HPCRUNFLAT_FMT_Magic   "HPCRUN-FLAT_______"
 
#define HPCRUNFLAT_FMT_MagicLen   18 /* exclude '\0' */
 
#define HPCRUNFLAT_Version   "01.00"
 
#define HPCRUNFLAT_VersionLen   5 /* exclude '\0' */
 
#define HPCRUNFLAT_FMT_Endian   'l' /* l for little */
 

Macro Definition Documentation

◆ HPCRUNFLAT_FMT_Endian

#define HPCRUNFLAT_FMT_Endian   'l' /* l for little */

Definition at line 120 of file hpcrunflat-fmt.h.

◆ HPCRUNFLAT_FMT_Magic

#define HPCRUNFLAT_FMT_Magic   "HPCRUN-FLAT_______"

Definition at line 114 of file hpcrunflat-fmt.h.

◆ HPCRUNFLAT_FMT_MagicLen

#define HPCRUNFLAT_FMT_MagicLen   18 /* exclude '\0' */

Definition at line 115 of file hpcrunflat-fmt.h.

◆ HPCRUNFLAT_Version

#define HPCRUNFLAT_Version   "01.00"

Definition at line 117 of file hpcrunflat-fmt.h.

◆ HPCRUNFLAT_VersionLen

#define HPCRUNFLAT_VersionLen   5 /* exclude '\0' */

Definition at line 118 of file hpcrunflat-fmt.h.