Perform trace factor reduction as a separate step
[lttv.git] / lttv / lttv / sync / sync_chain.h
index 076d1960ed8767d77b3711c621992ffa04f61e6b..8a6977c8cdba64a72d04c6bf83d85518c2779b32 100644 (file)
@@ -68,6 +68,8 @@ void printStats(SyncState* const syncState);
 
 void timeDiff(struct timeval* const end, const struct timeval* const start);
 
+GArray* reduceFactors(AllFactors* allFactors);
+
 gint gcfCompareProcessing(gconstpointer a, gconstpointer b);
 gint gcfCompareMatching(gconstpointer a, gconstpointer b);
 gint gcfCompareAnalysis(gconstpointer a, gconstpointer b);
This page took 0.023086 seconds and 4 git commands to generate.