NoiseByNorthwest / php-spx

A simple & straight-to-the-point PHP profiling extension with its built-in web UI
GNU General Public License v3.0
2.14k stars 83 forks source link

feature request: add search by function/class name #132

Open le0n4ik opened 4 years ago

le0n4ik commented 4 years ago

New update with function highlighting is amazing!

It would be great to add search functionality to report screen and highlight matched functions.

For example: I have function "VerySlowFunction" in the "VerySlowModule" which is located in "VerySlowNamespace". And when i opening report - sometimes it's hard to find this function or module usage. But if we would have search ability, it would be easy to find all this function or module calls with search by function or namespace (by highlighting functions or showing the list of matches with ability to select needed function)

NoiseByNorthwest commented 4 years ago

This is a good idea, but there is some overlap with the "color by category" feature. Maybe this later feature can also be improved ? For instance to make the process of creating a category from a pattern simpler.