add get start time monotonic
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 71ef9bca69221beb2ffcea244ac64d19b474910c..2e8ec3a101871969c97f1f57cd27355e30c10cca 100644 (file)
@@ -141,10 +141,14 @@ gchar * ltt_trace_system_description_domain_name (LttSystemDescription * s);
 gchar * ltt_trace_system_description_description (LttSystemDescription * s);
 
 
-/* get the start time of the trace */
+/* get the NTP start time of the trace */
 
 LttTime ltt_trace_start_time(LttTrace *t);
 
+/* get the monotonic start time of the trace */
+
+LttTime ltt_trace_start_time_monotonic(LttTrace *t);
+
 /* copy tracefile info over another. Used for sync. */
 LttTracefile *ltt_tracefile_new();
 void ltt_tracefile_destroy(LttTracefile *tf);
This page took 0.023033 seconds and 4 git commands to generate.