Store graph callbacks in a structure
[lttv.git] / lttv / lttv / sync / data_structures.h
index 5f5e4be373a5344a6dd7477bc57e1d83343cf54e..014b7da105cc8172f836f42e3d21fac8ea49b437 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;
 
This page took 0.022477 seconds and 4 git commands to generate.