nim-chroprof/tests/testall.nim

7 lines
124 B
Nim
Raw Normal View History

import ./[testevents, testprofiler]
when defined(metrics):
import ./testmetricscollector
2024-02-29 20:54:00 -03:00
2024-03-01 13:44:06 -03:00
{.warning[UnusedImport]: off.}