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/luajit.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/luajit.html')
-rw-r--r-- | doc/luajit.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index e8581d3a..4431553c 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -123,6 +123,8 @@ table.feature small { | |||
123 | <a href="ext_jit.html">jit.* Library</a> | 123 | <a href="ext_jit.html">jit.* Library</a> |
124 | </li><li> | 124 | </li><li> |
125 | <a href="ext_c_api.html">Lua/C API</a> | 125 | <a href="ext_c_api.html">Lua/C API</a> |
126 | </li><li> | ||
127 | <a href="ext_profiler.html">Profiler</a> | ||
126 | </li></ul> | 128 | </li></ul> |
127 | </li><li> | 129 | </li><li> |
128 | <a href="status.html">Status</a> | 130 | <a href="status.html">Status</a> |