Add a batchanalysis module to build and run a sync chain
[lttv.git] / lttv / lttv / sync / sync_chain_lttv.h
index a6a460b0723e4da8ef619c2598a37075f9a51ce0..1f7a273b693884d637abd4b0d179b1b3fb688740 100644 (file)
@@ -20,6 +20,7 @@
 #define SYNC_CHAIN_LTTV_H
 
 #include <glib.h>
+#include <sys/time.h>
 
 #include "event_processing.h"
 #include "event_matching.h"
@@ -47,5 +48,10 @@ extern GQueue analysisModules;
 void syncTraceset(LttvTracesetContext* const traceSetContext);
 
 char* changeToGraphDir(char* const graphs);
+void timeDiff(struct timeval* const end, const struct timeval* const start);
+
+gint gcfCompareProcessing(gconstpointer a, gconstpointer b);
+gint gcfCompareMatching(gconstpointer a, gconstpointer b);
+gint gcfCompareAnalysis(gconstpointer a, gconstpointer b);
 
 #endif
This page took 0.023149 seconds and 4 git commands to generate.