diff options
author | Araq <rumpf_a@web.de> | 2012-10-10 00:41:34 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-10-10 00:41:34 +0200 |
commit | d43febf81e78ac79894ab136717c6100a5492b08 (patch) | |
tree | 451569132c56fb42c39313f81e7a8e895fff6376 /doc/nimrodc.txt | |
parent | cf06131decb2d46304874bd243c29267876e0076 (diff) | |
download | Nim-d43febf81e78ac79894ab136717c6100a5492b08.tar.gz |
first version of a memory profiler
Diffstat (limited to 'doc/nimrodc.txt')
-rwxr-xr-x | doc/nimrodc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 117d226a6..8e43ce32c 100755 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -160,6 +160,7 @@ Define Effect for further information. ``nodejs`` The EcmaScript target is actually ``node.js``. ``ssl`` Enables OpenSSL support for the sockets module. +``memProfiler`` Enables memory profiling for the native GC. ================== ========================================================= |