nim-chroprof/chroprof.nim
2024-03-01 09:10:30 -03:00

6 lines
137 B
Nim

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