Generic Trace Generator (GTG) 0.1
Functions for postponing event-processing function calls

Functions

void gtg_record (enum event_type_t type, varPrec time,...)
 postpone the recording of an event
 
void gtg_write_events (long nb_events_to_write)
 run the first nb_events_to_write events
 

Detailed Description

Function Documentation

◆ gtg_record()

void gtg_record ( enum event_type_t type,
varPrec time,
... )

postpone the recording of an event

Parameters
typeThe type of function to postpone
timeThe time at which the event happens

◆ gtg_write_events()

void gtg_write_events ( long nb_events_to_write)

run the first nb_events_to_write events

Parameters
nb_events_to_writeThe number of functions to process (-1 for all functions)