mirror of
https://github.com/logos-storage/nim-chroprof.git
synced 2026-01-02 13:33:06 +00:00
7 lines
124 B
Nim
7 lines
124 B
Nim
import ./[testevents, testprofiler]
|
|
|
|
when defined(metrics):
|
|
import ./testmetricscollector
|
|
|
|
{.warning[UnusedImport]: off.}
|