Is this normal?

Copy and Paste this code and check the terminal. Is this output normal.

1
2
3
4
5
6
local function memory (event)
 
print("System Memory     : " ..(collectgarbage("count")/1000).." MB")
   end
 
Runtime:addEventListener("enterFrame",memory)
views:1460 update:2011/9/29 19:21:19
corona forums © 2003-2011