commented unused gate test code
This commit is contained in:
parent
44a32017e3
commit
30c48226cb
10
sim/gate.lua
10
sim/gate.lua
@ -41,11 +41,11 @@ function Gate:queue(delay)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Gate:testlogic(n)
|
function Gate:testlogic(n)
|
||||||
local time = os.clock()
|
--local time = os.clock()
|
||||||
for i = 1, n do
|
--for i = 1, n do
|
||||||
self.definition.logic(self)
|
-- self.definition.logic(self)
|
||||||
end
|
--end
|
||||||
client:send("TEST\t" .. (os.clock()-time) .. "\n")
|
--client:send("TEST\t" .. (os.clock()-time) .. "\n")
|
||||||
end
|
end
|
||||||
|
|
||||||
function Gate:gettick()
|
function Gate:gettick()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user