开发者

How can I get the compilation time in Flash Builder?

开发者 https://www.devze.com 2023-01-27 18:14 出处:网络
Is there a simple way to report the time necessary to compile an applcation in Flash Builder (in the Console or an external file) ?

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

精彩评论

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