mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-26 09:14:00 +00:00
@@ -9,7 +9,8 @@
|
||||
|
||||
## Profiling support for Nim. This is an embedded profiler that requires
|
||||
## `--profiler:on`. You only need to import this module to get a profiling
|
||||
## report at program exit.
|
||||
## report at program exit. See `Embedded Stack Trace Profiler <estp.html>`_
|
||||
## for usage.
|
||||
|
||||
when not defined(profiler) and not defined(memProfiler):
|
||||
{.error: "Profiling support is turned off! Enable profiling by passing `--profiler:on --stackTrace:on` to the compiler (see the Nim Compiler User Guide for more options).".}
|
||||
|
||||
Reference in New Issue
Block a user