statistics can be saved/loaded to/from file in each trace directory
[lttv.git] / ltt / branches / poly / include / lttv / stats.h
index 87130b0f21b005a86fc699cd225d3cd9e6b2549c..e732856a1f9d8cc9eccacdb574d83f35a1b6f4f2 100644 (file)
@@ -132,6 +132,10 @@ gboolean lttv_stats_add_event_hooks(LttvTracesetStats *self);
 
 gboolean lttv_stats_remove_event_hooks(LttvTracesetStats *self);
 
+void lttv_stats_save_statistics(LttvTracesetStats *self);
+
+gboolean lttv_stats_load_statistics(LttvTracesetStats *self);
+
 
 /* The LttvTracesetStats, LttvTraceStats and LttvTracefileStats types
    inherit from the corresponding State objects defined in state.h.. */
This page took 0.022453 seconds and 4 git commands to generate.