Call the stats and graph functions from sync_chain
[lttv.git] / lttv / lttv / sync / event_matching_broadcast.c
index 32112014ca956302c8ea4d83be31950aa7be1219..297de2cd39033c79f53765e62312c622dac749c5 100644 (file)
@@ -286,8 +286,8 @@ static GArray* finalizeMatchingBroadcast(SyncState* const syncState)
 
 
 /*
- * Print statistics related to matching and downstream modules. Must be
- * called after finalizeMatching.
+ * Print statistics related to matching. Must be called after
+ * finalizeMatching.
  *
  * Args:
  *   syncState     container for synchronization data.
@@ -318,9 +318,4 @@ static void printMatchingStatsBroadcast(SyncState* const syncState)
                                matchingData->stats->totComplete * syncState->traceNb) /
                        matchingData->stats->totIncomplete);
        }
-
-       if (syncState->analysisModule->printAnalysisStats != NULL)
-       {
-               syncState->analysisModule->printAnalysisStats(syncState);
-       }
 }
This page took 0.022626 seconds and 4 git commands to generate.