statistics working : still must add stats per time feature to graphical view
[lttv.git] / ltt / branches / poly / lttv / lttv / stats.h
index aba1a68b2c24b5f7e5be9a6c3841fe189df661af..090cbe5e2461b91c35420162524ef8a5f8cf3885 100644 (file)
@@ -165,6 +165,9 @@ void lttv_stats_sum_traceset(LttvTracesetStats *self);
 
 void lttv_stats_sum_trace(LttvTraceStats *self);
 
+/* Reset all statistics containers */
+void lttv_stats_reset(LttvTracesetStats *self);
+
 
 /* The LttvTracesetStats, LttvTraceStats and LttvTracefileStats types
    inherit from the corresponding State objects defined in state.h.. */
This page took 0.034243 seconds and 4 git commands to generate.