How to use devtools to find js funcs exceucted?

Hi devtools experts i need help please. Im trying to find a list of the
functions called in chronological order, on twitter as user clicks and adds a photo as in this
gif screecast:

Does anyone know how to do this? This will help me answer this stackoverflow question: http://stackoverflow.com/questions/31951730/twitter-progamatically-add-photo

Doesn’t the profiler in the dev tools do that? This doc may be useful.

Thanks Jorge ya i was struggling wih that then realized it was due to bugs when “prettify code” was checked.