Flash / Actionscript CPU profiler

后端 未结 9 768
没有蜡笔的小新
没有蜡笔的小新 2020-12-14 03:06

Have you found such a tool and used it successfully?

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-14 03:38

    I wrote a flash profiler based on flasm a while ago (http://snow.prohosting.com/bensch/flasp.html) You need to use flasm to insert the profiling asm and then run the program.

    Another (maybe) better way is to use David Chang's profiling code which doesn't require flasm at all. www.nochump.com/asprof/

    cheers

提交回复
热议问题