added stopwatch

Signed-off-by: rbmz <rbmz@users.noreply.github.com>
This commit is contained in:
rbmz 2015-07-16 17:22:42 -03:00
parent 709d8ea2b8
commit c285382002

View File

@ -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"
}
]