diff options
Diffstat (limited to 'doc/running.html')
-rw-r--r-- | doc/running.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/running.html b/doc/running.html index 5cfdcc5e..6f96e9d8 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -62,6 +62,8 @@ td.param_default { | |||
62 | <a href="ext_jit.html">jit.* Library</a> | 62 | <a href="ext_jit.html">jit.* Library</a> |
63 | </li><li> | 63 | </li><li> |
64 | <a href="ext_c_api.html">Lua/C API</a> | 64 | <a href="ext_c_api.html">Lua/C API</a> |
65 | </li><li> | ||
66 | <a href="ext_profiler.html">Profiler</a> | ||
65 | </li></ul> | 67 | </li></ul> |
66 | </li><li> | 68 | </li><li> |
67 | <a href="status.html">Status</a> | 69 | <a href="status.html">Status</a> |
@@ -177,6 +179,7 @@ Here are the available LuaJIT control commands: | |||
177 | <li id="j_flush"><tt>-jflush</tt> — Flushes the whole cache of compiled code.</li> | 179 | <li id="j_flush"><tt>-jflush</tt> — Flushes the whole cache of compiled code.</li> |
178 | <li id="j_v"><tt>-jv</tt> — Shows verbose information about the progress of the JIT compiler.</li> | 180 | <li id="j_v"><tt>-jv</tt> — Shows verbose information about the progress of the JIT compiler.</li> |
179 | <li id="j_dump"><tt>-jdump</tt> — Dumps the code and structures used in various compiler stages.</li> | 181 | <li id="j_dump"><tt>-jdump</tt> — Dumps the code and structures used in various compiler stages.</li> |
182 | <li id="j_p"><tt>-jp</tt> — Start the <a href="ext_profiler.html">integrated profiler</a>.</li> | ||
180 | </ul> | 183 | </ul> |
181 | <p> | 184 | <p> |
182 | The <tt>-jv</tt> and <tt>-jdump</tt> commands are extension modules | 185 | The <tt>-jv</tt> and <tt>-jdump</tt> commands are extension modules |