mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
Merge branch 'master' of github.com:cloudwu/skynet
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
local table = table
|
||||
local extern_dbgcmd = {};
|
||||
|
||||
return function (skynet, export)
|
||||
|
||||
@@ -11,7 +12,7 @@ end
|
||||
local dbgcmd
|
||||
|
||||
local function init_dbgcmd()
|
||||
dbgcmd = {}
|
||||
dbgcmd = extern_dbgcmd
|
||||
|
||||
function dbgcmd.MEM()
|
||||
local kb, bytes = collectgarbage "count"
|
||||
|
||||
Reference in New Issue
Block a user