From 31e7cd1c7672bde788f3d60fd3de2bbcd77ccd19 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 10 Sep 2013 00:06:17 +0200 Subject: Low-overhead profiler, part 6: documentation. --- doc/extensions.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/extensions.html') diff --git a/doc/extensions.html b/doc/extensions.html index 8300753e..33bcfb28 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -58,6 +58,8 @@ td.excinterop { jit.* Library
  • Lua/C API +
  • +Profiler
  • Status @@ -114,7 +116,7 @@ This module is a LuaJIT built-in — you don't need to download or install Lua BitOp. The Lua BitOp site has full documentation for all » Lua BitOp API functions. The FFI adds support for -64 bit bitwise operations, +64 bit bitwise operations, using the same API functions.

    @@ -149,6 +151,11 @@ LuaJIT adds some extra functions to the Lua/C API.

    +

    Profiler

    +

    +LuaJIT has an integrated profiler. +

    +

    Enhanced Standard Library Functions

    xpcall(f, err [,args...]) passes arguments

    -- cgit v1.2.3-55-g6feb