xhgui
xhgui copied to clipboard
Filter out PHP internal functions
Is there a way to filter out PHP internal functions from the output? I also want to apply it to the callgraph if possible
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.