diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-29 16:31:30 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-12-30 01:31:30 +0100 |
commit | 7f81195e5a2e423d09261fbdd83612bf0c4c909a (patch) | |
tree | 28f6bae8b258f58dc0de1a57c0085adce0d4d867 /doc/advopt.txt | |
parent | 527b77477292e8dfd3be7779213f1fd7071f2e58 (diff) | |
download | Nim-7f81195e5a2e423d09261fbdd83612bf0c4c909a.tar.gz |
document --profiler:on (#10115)
Diffstat (limited to 'doc/advopt.txt')
-rw-r--r-- | doc/advopt.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 60cae7fd0..7445068c1 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -108,3 +108,6 @@ Advanced options: --experimental:$1 enable experimental language feature -v, --version show detailed version information + --profiler:on|off Enable profiling; requires `import nimprof`, and + works better with `--stackTrace:on` + see also https://nim-lang.github.io/Nim/estp.html |