aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2017-08-08 14:38:28 +0200
committerkoekeishiya <aasvi93@hotmail.com>2017-08-08 14:38:28 +0200
commitdab5fcf2ed92cb66487805fceb7db0883e83b923 (patch)
treee91fd60e28f9711d1059c5e326fd0d0ec0881995
parente57b402dcddb9b6f985b5824cef0d96bc63bbe79 (diff)
downloadskhd-dab5fcf2ed92cb66487805fceb7db0883e83b923.tar.gz
skhd-dab5fcf2ed92cb66487805fceb7db0883e83b923.zip
add timing macros
-rw-r--r--src/skhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skhd.c b/src/skhd.c
index 72cbc8d..314148e 100644
--- a/src/skhd.c
+++ b/src/skhd.c
@@ -91,7 +91,7 @@ internal HOTLOADER_CALLBACK(hotloader_handler)
}
}
-#ifdef 0
+#if 0
#define BEGIN_TIMED_BLOCK() \
clock_t timed_block_begin = clock()
#define END_TIMED_BLOCK() \