Runtime 'enterframe' Problem

Hey guys,

I have been messing around with corona for about a year now. I had an old app that used storyboard, but i wanted to do some more stuff with it so i just got done converting it to the composer api. In the storyboard api my ‘enterframe’ listener printed the memory usage, and it was very fast (I almost couldn’t even make out the numbers). But now i have the ‘enterframe’ listener inside the scene:show phase == will section of the composer api. But i have noticed that the speed at which it is printing the memory is dramatically slower. Is there any particular reason this is happening? Do i need to move the call to a different function? Any Ideas?

Thanks!

Try disabling buffering https://docs.coronalabs.com/api/type/File/setvbuf.html

Try disabling buffering https://docs.coronalabs.com/api/type/File/setvbuf.html