diff --git a/chronos.nimble b/chronos.nimble index e435883..25ee796 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -67,6 +67,14 @@ task test_libbacktrace, "test with libbacktrace": for args in allArgs: run args, "tests/testall" +task test_profiler, "test with profiler instrumentation": + var allArgs = @[ + " -d:chronosFutureId -d:chronosProfiling", + ] + + for args in allArgs: + run args, "tests/testall" + task docs, "Generate API documentation": exec "mdbook build docs" exec nimc & " doc " & "--git.url:https://github.com/status-im/nim-chronos --git.commit:master --outdir:docs/book/api --project chronos"