| Generic Trace Generator (GTG)
    0.1
    | 
| Functions | |
| trace_return_t | initTrace (const char *filename, int rank, gtg_flag_t flags) | 
| Initialize a trace.  More... | |
| trace_return_t | endTrace () | 
| Finalize a trace.  More... | |
| trace_return_t | setCompress (int val) | 
| Enable trace compression (only available for OTF traces).  More... | |
| trace_return_t | addEntityValue (const char *alias, const char *entType, const char *name, gtg_color_t p_color) | 
| Add an Entity Value.  More... | |
| trace_return_t addEntityValue | ( | const char * | alias, | 
| const char * | entType, | ||
| const char * | name, | ||
| gtg_color_t | p_color | ||
| ) | 
Add an Entity Value.
| alias | Alias on the entity value | 
| entType | Type of the entity that can have the value | 
| name | Alternative name of the variable type | 
| p_color | Color of the entity | 
| trace_return_t endTrace | ( | ) | 
Finalize a trace.
| int initTrace | ( | const char * | filename, | 
| int | rank, | ||
| gtg_flag_t | flags | ||
| ) | 
Initialize a trace.
| filename | Root name of the file to create | 
| rank | Process number of the file to create | 
| flags | One of GTG_FLAG_NONE, GTG_FLAG_USE_MPI, GTG_FLAG_NOTBUF. | 
| trace_return_t setCompress | ( | int | val | ) | 
Enable trace compression (only available for OTF traces).
| val | 0 means no compression, otherwize the output files will be compressed | 
 1.8.7
 1.8.7