remove profiler export from main module; disable profiler in tests by default

This commit is contained in:
gmega 2023-12-08 10:21:08 -03:00
parent eb7cf1ae1b
commit 7474c5238d
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
2 changed files with 2 additions and 7 deletions

View File

@ -6,6 +6,5 @@
# Apache License, version 2.0, (LICENSE-APACHEv2)
# MIT license (LICENSE-MIT)
import chronos/[asyncloop, asyncsync, handles, transport, timer,
asyncproc, debugutils, profiler]
export asyncloop, asyncsync, handles, transport, timer, asyncproc, debugutils,
profiler
asyncproc, debugutils]
export asyncloop, asyncsync, handles, transport, timer, asyncproc, debugutils

View File

@ -7,7 +7,3 @@ switch("threads", "on")
# Should be removed when https://github.com/status-im/nim-chronos/issues/284
# will be implemented.
switch("define", "nimRawSetjmp")
## REMOVE BEFORE MERGE!
--d:chronosProfiling
--d:chronosFutureId