Generic Trace Generator (GTG)
0.1
|
Functions | |
trace_return_t | addEventType (const char *alias, const char *contType, const char *name) |
Add an Event Type. More... | |
trace_return_t | addEvent (varPrec time, const char *type, const char *cont, const char *val) |
Add an Event. More... | |
trace_return_t addEvent | ( | varPrec | time, |
const char * | type, | ||
const char * | cont, | ||
const char * | val | ||
) |
Add an Event.
time | Time the event happens |
type | Type of the event |
cont | Container that produced the event |
val | Value of the new event |
trace_return_t addEventType | ( | const char * | alias, |
const char * | contType, | ||
const char * | name | ||
) |
Add an Event Type.
alias | Alias on the event type |
contType | Type of container of these events |
name | Alternative name of the event type |