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
精彩评论