nim-chroprof/tests/testall.nim
2024-03-01 13:44:06 -03:00

7 lines
124 B
Nim

import ./[testevents, testprofiler]
when defined(metrics):
import ./testmetricscollector
{.warning[UnusedImport]: off.}