开发者

How can I get the compilation time in Flash Builder?

Is there a simple way to report the time necessary to compile an applcation in Flash Builder (in the Console or an external file) ?

I want to compare the average compilation time between the usual Flex compiler and HFCD (HellFire Compiler开发者_如何学Go Daemon) for a given project.


You can add -benchmark=true to the compiler options to get detailed info on compile times.

http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html


You should be able to measure the compilation time by using the Flex ant task.

see HFCD Ant Tasks Outperform Adobe Flex Ant Tasks

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜