xhgui icon indicating copy to clipboard operation
xhgui copied to clipboard

Filter out PHP internal functions

Open saada opened this issue 9 years ago • 1 comments

Is there a way to filter out PHP internal functions from the output? I also want to apply it to the callgraph if possible

saada avatar Aug 13 '14 00:08 saada

You can modify the header.php file to include the XHPROF_FLAGS_NO_BUILTINS flag. There isn't a good way to set that up in the config file though.

markstory avatar Aug 13 '14 02:08 markstory