mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-04 14:33:05 +00:00
13 lines
203 B
Nim
13 lines
203 B
Nim
import ../chronos/config
|
|
|
|
when chronosProfiling:
|
|
import ../chronos/profiler
|
|
|
|
import ./profiler/testevents
|
|
import ./profiler/testmetrics
|
|
|
|
enableProfiling()
|
|
|
|
{.used.}
|
|
{.warning[UnusedImport]:off.}
|