Function-Profiler
Function-Profiler copied to clipboard
Add extra-verbose logging
Add an option to log a function call with all its arguments, so it becomes even easier to detect which functions need improvement.
(E.g. if some function is O(N^3) and the engineer hasn't noticed this, then this becomes very easy to figure out by looking at a table of its execution times and supplied arguments.)