Generate graphs of synchronization accuracy
[lttv.git] / lttv / lttv / sync / graph_functions.h
index 85e53a7aaa99a8966183ebb81ca8079773313cf2..d0b76948ee6e213530e75da7e497b58c34610acc 100644 (file)
 
 struct _SyncState;
 
+typedef void (GraphVariableFunction)(struct _SyncState* const syncState, const
+       unsigned int i);
 typedef void (GraphFunction)(struct _SyncState* const syncState, const
        unsigned int i, const unsigned int j);
 
 typedef struct
 {
+       GraphVariableFunction* writeVariables;
        /* This is for graphs where the data on both axis is in the range of
         * timestamps */
        GraphFunction* writeTraceTracePlots;
This page took 0.022587 seconds and 4 git commands to generate.