mirror of
https://github.com/logos-storage/nim-chroprof.git
synced 2026-01-08 16:33:07 +00:00
6 lines
138 B
Nim
6 lines
138 B
Nim
|
|
when not defined(chronosProfiling):
|
||
|
|
{.error: "chronprof requires -d:chronosProfiling to be enabled".}
|
||
|
|
|
||
|
|
import ./chroprof/api
|
||
|
|
|
||
|
|
export api
|