mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-07 07:53:09 +00:00
remove profiler export from main module; disable profiler in tests by default
This commit is contained in:
parent
eb7cf1ae1b
commit
7474c5238d
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user