From c285382002da7d4170a9e1ae1954635423215502 Mon Sep 17 00:00:00 2001 From: rbmz Date: Thu, 16 Jul 2015 17:22:42 -0300 Subject: [PATCH] added stopwatch Signed-off-by: rbmz --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]