From 8c9a97f4cf9f8d55d48981f3d7170f27ce853ce5 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 14 Jun 2011 16:26:53 -0600 Subject: Add Timers to Python module. --- libdimension/dimension/timer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libdimension/dimension') diff --git a/libdimension/dimension/timer.h b/libdimension/dimension/timer.h index 0a1fde9..bd72a90 100644 --- a/libdimension/dimension/timer.h +++ b/libdimension/dimension/timer.h @@ -28,6 +28,8 @@ typedef struct dmnsn_timer { double real; /**< Wall-clock time. */ double user; /**< Time spent executing. */ double system; /**< Time spent waiting for the system. */ + + dmnsn_refcount refcount; /**< @internal Reference count. */ } dmnsn_timer; /** A standard format string for timers. */ -- cgit v1.2.3