Rework of lttv_traceset_get_time_span_real function to take advantage of the seek_las...
[lttv.git] / lttv / lttv / traceset.h
index 4b998ad27dfc56fffa0204442fe57e32d7894764..5d57ca44ef1f7e8aa56917a37e9adc72c684de5d 100644 (file)
@@ -44,6 +44,7 @@ struct _LttvTraceset {
        struct bt_ctf_iter *iter;
        GPtrArray *state_trace_handle_index;
        gboolean has_precomputed_states;
+       TimeInterval time_span;
 };
 
 struct _LttvTrace {
This page took 0.02213 seconds and 4 git commands to generate.