diff options
author | Mike Pall <mike> | 2013-09-10 00:06:17 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-09-10 00:06:17 +0200 |
commit | 31e7cd1c7672bde788f3d60fd3de2bbcd77ccd19 (patch) | |
tree | ce06e2d0b31331973cc0bfca5d9020c399c445b4 /doc/running.html | |
parent | 29078518c14a4f49224fc58c57053bda2e8284dc (diff) | |
download | luajit-31e7cd1c7672bde788f3d60fd3de2bbcd77ccd19.tar.gz luajit-31e7cd1c7672bde788f3d60fd3de2bbcd77ccd19.tar.bz2 luajit-31e7cd1c7672bde788f3d60fd3de2bbcd77ccd19.zip |
Low-overhead profiler, part 6: documentation.
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 3149b381..ab238859 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -63,6 +63,8 @@ td.param_default { | |||
63 | <a href="ext_jit.html">jit.* Library</a> | 63 | <a href="ext_jit.html">jit.* Library</a> |
64 | </li><li> | 64 | </li><li> |
65 | <a href="ext_c_api.html">Lua/C API</a> | 65 | <a href="ext_c_api.html">Lua/C API</a> |
66 | </li><li> | ||
67 | <a href="ext_profiler.html">Profiler</a> | ||
66 | </li></ul> | 68 | </li></ul> |
67 | </li><li> | 69 | </li><li> |
68 | <a href="status.html">Status</a> | 70 | <a href="status.html">Status</a> |
@@ -178,6 +180,7 @@ Here are the available LuaJIT control commands: | |||
178 | <li id="j_flush"><tt>-jflush</tt> — Flushes the whole cache of compiled code.</li> | 180 | <li id="j_flush"><tt>-jflush</tt> — Flushes the whole cache of compiled code.</li> |
179 | <li id="j_v"><tt>-jv</tt> — Shows verbose information about the progress of the JIT compiler.</li> | 181 | <li id="j_v"><tt>-jv</tt> — Shows verbose information about the progress of the JIT compiler.</li> |
180 | <li id="j_dump"><tt>-jdump</tt> — Dumps the code and structures used in various compiler stages.</li> | 182 | <li id="j_dump"><tt>-jdump</tt> — Dumps the code and structures used in various compiler stages.</li> |
183 | <li id="j_p"><tt>-jp</tt> — Start the <a href="ext_profiler.html">integrated profiler</a>.</li> | ||
181 | </ul> | 184 | </ul> |
182 | <p> | 185 | <p> |
183 | The <tt>-jv</tt> and <tt>-jdump</tt> commands are extension modules | 186 | The <tt>-jv</tt> and <tt>-jdump</tt> commands are extension modules |