Theme and Plugin (T&P) Profiler
by Christian Jongeneel on WordPress.org
Make your theme or plugin faster, greener and smarter with this plugin, that will tell you which of your functions is eating up most server time.
(0)

Options page
The Theme and Plugin Profiler uses a little known PHP feature known as ticks. Basically, this is an internal event that occurs every time a code block is executed, marked (roughly) by a function call or curly {} brackets.
The plugin uses ticks to collect a list of the functions that were executed, how often they were called and how much time they took in total. The plugin’s option page gives some filters to select and sort the results. This will give developers clues which parts of their code demand scrutiny.
Active installations10+
Weekly downloads
8-20.00%
Version0.1
Last updated4/11/2016
WordPress version3.0
Tested up to4.4.33
Tags
developerspluginsthemes