fix stats at end of trace
[lttv.git] / ltt / branches / poly / lttv / lttv / batchtest.c
index 7b26ac6b1b9c14333ad6e2d6a17f5da1f7acc32b..9b4184bd9cf1b6b628f2d2fe2d0e13213526d536 100644 (file)
@@ -513,7 +513,7 @@ static gboolean process_traceset(void __UNUSED__ *hook_data,
       g_mem_profile();
     }
 
-    lttv_stats_sum_traceset(tscs);
+    lttv_stats_sum_traceset(tscs, ltt_time_infinite);
 
     if(lttv_profile_memory) {
       g_message("Memory summary after summing stats");
This page took 0.022678 seconds and 4 git commands to generate.