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

7 lines
138 B
Nim

when not defined(chronosProfiling):
{.error: "chroprof requires -d:chronosProfiling to be enabled".}
import ./chroprof/api
export api