View Single Post
06/05/18, 02:49 PM   #3
SDPhantom
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 47
You can query memory usage from the garbage collector.
Code:
local MemKB=collectgarbage("count")
I don't think there are profiling features otherwise.
  Reply With Quote