I have seen the Profile Window in Flash builder, but it shows data only useful for memory profiling. How can we do CPU profiling for applications?
One of my UI operations is very CPU intensive and I need to profile to see which function calls are taking the most CPU cycles. Currently I am unable to find something like that.