This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

The execution times of each function call in call graph


Hi, all

Is there any way to get the (estimated) execution times of each function call during IPA passes?
Currently, in GCC, the loop information can only be formed after tree-ssa pass by calling
loop_optimizer_init, so it is impossible to estimated the times of a function call when the IPA
optimizations, like inlining, are executed. Am I right?

Canqun


		
___________________________________________________________ 
雅虎免费邮箱-3.5G容量,20M附件 
http://cn.mail.yahoo.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]