Guest User

Untitled

a guest
Jun 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function LagTest(fx, ...)
  2. local args = ...
  3. local start = os.clock()
  4.  
  5. fx(args)
  6. echo("\nProcessed in " .. os.clock() - start .. " secs.")
  7. end
Add Comment
Please, Sign In to add comment