Generic Trace Generator (GTG)
0.1
|
Enumerations | |
enum | traceType { PAJE , VITE , OTF , TAU } |
The type of the output trace. More... | |
Functions | |
void | setTraceType (traceType_t type) |
Set the type of output trace. More... | |
traceType_t | getTraceType () |
Get the type of the output trace. More... | |
char * | getName (int procRk) |
To get the name of the file to give to the addCont function for processors. More... | |
int | bufferedModeActivated () |
Check wether the buffered-mode is activated. More... | |
enum traceType |
int bufferedModeActivated | ( | ) |
Check wether the buffered-mode is activated.
traceType_t getName | ( | int | procRk | ) |
To get the name of the file to give to the addCont function for processors.
procRk | Rank of the proc to get the file containing it |
traceType_t getTraceType | ( | ) |
Get the type of the output trace.
void setTraceType | ( | traceType_t | type | ) |
Set the type of output trace.
type | Type of trace to generate |