2023-11-27 12:27:14 -03:00
|
|
|
import ../chronos/config
|
2023-11-24 19:32:41 -03:00
|
|
|
|
2023-11-27 12:27:14 -03:00
|
|
|
when chronosProfiling:
|
|
|
|
|
import ../chronos/profiler
|
|
|
|
|
|
|
|
|
|
import ./profiler/testevents
|
|
|
|
|
import ./profiler/testmetrics
|
|
|
|
|
|
|
|
|
|
{.used.}
|
2023-11-24 19:32:41 -03:00
|
|
|
{.warning[UnusedImport]:off.}
|