Generate graphs of synchronization accuracy
[lttv.git] / lttv / lttv / sync / data_structures.h
index 5f5e4be373a5344a6dd7477bc57e1d83343cf54e..0eab539387637beb7decc554c3fcd1f960160ee7 100644 (file)
@@ -86,6 +86,8 @@ typedef struct
 typedef struct _Event
 {
        unsigned long traceNum;
+       // wallTime is corrected according to factors in trace struct, cpuTime
+       // is not
        uint64_t cpuTime;
        WallTime wallTime;
 
@@ -158,6 +160,7 @@ void destroyTCPEvent(Event* const event);
 void destroyUDPEvent(Event* const event);
 void gfDestroyEvent(gpointer data, gpointer user_data);
 double wallTimeSub(const WallTime const* tA, const WallTime const* tB);
+void gfAddEventToArray(gpointer data, gpointer user_data);
 
 // Message-related functions
 void printTCPSegment(const Message* const segment);
This page took 0.055165 seconds and 4 git commands to generate.