summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-06-14 16:26:53 -0600
committerTavian Barnes <tavianator@gmail.com>2011-06-14 16:28:39 -0600
commit8c9a97f4cf9f8d55d48981f3d7170f27ce853ce5 (patch)
tree85fbe40ce7b6c8e3d2c10b872737a4cdc2f81727 /libdimension/dimension
parent9ed4a01ac4305baff9e5ee1484691e78def105a1 (diff)
downloaddimension-8c9a97f4cf9f8d55d48981f3d7170f27ce853ce5.tar.xz
Add Timers to Python module.
Diffstat (limited to 'libdimension/dimension')
-rw-r--r--libdimension/dimension/timer.h2
1 files changed, 2 insertions, 0 deletions
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. */