summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsapier <Sapier at GMX dot net>2014-08-12 23:07:27 +0200
committersapier <Sapier at GMX dot net>2014-08-19 22:22:57 +0200
commitc24e0753fc240636b2f9b1889554649e67c9046c (patch)
tree1de1583525dbce908a470941745e3a6b0c23b3c2 /doc
parent4caa00cc99af133e5724cd8ab04f5cb8db81a666 (diff)
downloadminetest-c24e0753fc240636b2f9b1889554649e67c9046c.tar.gz
minetest-c24e0753fc240636b2f9b1889554649e67c9046c.tar.bz2
minetest-c24e0753fc240636b2f9b1889554649e67c9046c.zip
Mod profiling support
Config settings: profiling = true/false (gather statistics) detailed_profiling = true/false (break mod times to callbacks) Chat commands: save_mod_profile saves current statistics in debug.txt and shows on console (on default loglevel)
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 3d8038f87..e027fe11d 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1535,6 +1535,8 @@ minetest.set_node_level(pos, level)
^ set level of leveled node, default level = 1, if totallevel > maxlevel returns rest (total-max).
minetest.add_node_level(pos, level)
^ increase level of leveled node by level, default level = 1, if totallevel > maxlevel returns rest (total-max). can be negative for decreasing
+minetest.get_time_us()
+^ get time in microseconds
Inventory:
minetest.get_inventory(location) -> InvRef