Set the correction factors in the sync_chain
[lttv.git] / lttv / lttv / sync / sync_chain_unittest.c
index 9916591ce98224c91e75c6710b2a6ca46837af75..50c9f395526cbb75fed31abf71679ed921bb2dba 100644 (file)
@@ -105,6 +105,7 @@ int main(const int argc, char* const argv[])
        const char* testCaseName;
        GString* analysisModulesNames;
        unsigned int id;
+       GArray* factors;
 
        /*
         * Initialize event modules
@@ -207,7 +208,8 @@ int main(const int argc, char* const argv[])
        syncState->analysisModule->initAnalysis(syncState);
 
        // Process traceset
-       syncState->processingModule->finalizeProcessing(syncState);
+       factors= syncState->processingModule->finalizeProcessing(syncState);
+       g_array_free(factors, TRUE);
 
        // Write graphs file
        if (syncState->graphsStream)
This page took 0.022856 seconds and 4 git commands to generate.