|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-06-20 04:05 UTC] kontakt at beberlei dot de
[2017-10-24 06:11 UTC] kalle@php.net
-Status: Assigned
+Status: Open
-Assigned To: scottmac
+Assigned To:
[2017-10-24 08:24 UTC] kalle@php.net
-Status: Open
+Status: Suspended
[2017-10-24 08:24 UTC] kalle@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 19:00:01 2025 UTC |
Description: ------------ xhprof_enable() currently supports array('ignored_functions' => array()) to ignore specific functions for the profiling. It would be great if one could also ignore classes. Better yet would be the ignoring of classes (and functions) based on class name (function name) prefixes, so for instance all methods of classes where the class name begins with "PHPUnit_" could be ignored.