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