aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbmz <rbmz@users.noreply.github.com>2015-07-16 17:22:42 -0300
committerrbmz <rbmz@users.noreply.github.com>2015-07-16 17:22:42 -0300
commitc285382002da7d4170a9e1ae1954635423215502 (patch)
tree0e591bbcaa0d381f5c0afab55a3b38d64a158d94
parent709d8ea2b818d63b0bbddf49da165399160d744f (diff)
downloadpackages-c285382002da7d4170a9e1ae1954635423215502.tar.gz
packages-c285382002da7d4170a9e1ae1954635423215502.zip
added stopwatch
Signed-off-by: rbmz <rbmz@users.noreply.github.com>
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8213f4e..7fb6391 100644
--- a/packages.json
+++ b/packages.json
@@ -1857,5 +1857,14 @@
"description": "A wrapper for NanoVG vector graphics rendering",
"license": "MIT",
"web": "https://github.com/fowlmouth/nanovg.nim"
+ },
+ {
+ "name": "stopwatch",
+ "url": "https://github.com/rbmz/stopwatch",
+ "method": "git",
+ "tags": ["timer", "benchmarking"],
+ "description": "A simple benchmarking/timer library based on nim's lib/system/timers.nim",
+ "license": "MIT",
+ "web": "https://github.com/rbmz/stopwatch"
}
]