周期计时模块
计时模块
API_VER: 6new
function summation:new(callback, span, integral_time)
end--- now 是当前时间
function(now)
endstart
stop
Last updated
Was this helpful?
API_VER: 6function summation:new(callback, span, integral_time)
end--- now 是当前时间
function(now)
endLast updated
Was this helpful?
Was this helpful?
function summation:start()
endfunction summation:stop()
end