My flex application, processes user request and makes an HTTP request to the backend, for data processing, and renders the data on the UI. (typical HTTP request-response based application).
I need to do a performance analysis on the whole system, in order to identify and resolve bottlenecks, hence need to measure the time-split of the whole cycle. (time since the user performed the action on UI to the time he got the result on the UI, after rendering and all).
Would it be possible to use Flex profiler to map these times (split per action) somehow?. My initial interaction with it (and I have to say, I am a Flex and Profiler newbie), does not suggest it would be possible, though I can get data for time spent on different functions.
Thanks a lot!