mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-08 16:33:13 +00:00
11 lines
182 B
Nim
11 lines
182 B
Nim
import ../chronos/config
|
|
|
|
when chronosProfiling:
|
|
import ../chronos/profiler
|
|
|
|
import ./profiler/testevents
|
|
import ./profiler/testmetrics
|
|
|
|
{.used.}
|
|
{.warning[UnusedImport]:off.}
|