nim-chroprof/chroprof.nim

6 lines
138 B
Nim
Raw Normal View History

2024-02-29 17:55:45 -03:00
when not defined(chronosProfiling):
{.error: "chronprof requires -d:chronosProfiling to be enabled".}
import ./chroprof/api
export api