What tools, methods are the best for getting the execution time of every WP functions one-by-one, respectively. Ideally I would like to see a list, something like on the below image:
This is the UI of the 'Debug Bar' plugin, with 'Slow Actions' addon, which is a good start, however insufficient for me now, because it only shows the total elapsed time of the hooks themselves, but not the individual functions (callbacks) attached to them, one by one.
See below image:
So, i would be happy to see the individual times per function as well.
By now, this plugin got me the closest to this, it's sure a valuable product, but is it possible to improve on it? --> Do we know any ready solution (custom code or product) for this?
(For reference, here is an older, related Question i found during researching this topic. Here i plan to check Xdebug, but first i wanted to find Wordpress-specific tools.)
Thank you for any help / hint!
Best,
Wiktor


