phptools-docs
phptools-docs copied to clipboard
Feature request (PHP Profiler): number of calls / line count in hot paths.
Hi, I think the hot paths are an awesome feature in PHP Profiler. Would it be possible to add an optional calls next to the Time: ? Like calls in the cachegrind output, but based on the line in the file.
@sebastiaan-futech thank you very much for your feedback!
Good idea, I'll take a look at that.
I've also noticed, that we miscalculate percentages when the calls are in recursion!