You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to soci...@googlegroups.com
I'm trying to determine if memory is leaking after ending a game. FlashDevelop's default profiler and The Miner's memory profiler are giving me opposite results. What's going on? Am I leaking memory?
Note that I am calling System.gc() to facilitate debugging.
FlashDevelop:
The Miner:
Dmitriy Yukhanov
unread,
Jul 11, 2012, 1:29:54 PM7/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to soci...@googlegroups.com
Hey.
You can't rely on any Memory Samples profiling data since Flash Runtime have a bug preventing us to know the real objects count =(
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to soci...@googlegroups.com
Ah, good to know. Thanks a bunch.
The bug apparently has been around since September 2011, so I guess I shouldn't wait for the fix. :( I think I covered any leaks but I can't be sure. I'll just have to cross my fingers for now I guess.