trying to introduce cumulative time
[lttv.git] / ltt / branches / poly / lttv / lttv / stats.h
index e9939f2e61094fa28c09ded5f941499eabe555dc..b794b2b51634dd67139ecb673717c8125e1351a2 100644 (file)
@@ -39,6 +39,7 @@
      "facility-event_type"
    events_count
    cpu_time
+        cumulative_cpu_time
    elapsed_time
    wait_time
    bytes_written
@@ -150,6 +151,7 @@ extern GQuark
   LTTV_STATS_FUNCTIONS,
   LTTV_STATS_EVENT_TYPES,
   LTTV_STATS_CPU_TIME,
+  LTTV_STATS_CUMULATIVE_CPU_TIME,
   LTTV_STATS_ELAPSED_TIME,
   LTTV_STATS_EVENTS,
   LTTV_STATS_EVENTS_COUNT,
This page took 0.022887 seconds and 4 git commands to generate.