php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59273 Add support for ignoring classes
Submitted: 2010-06-20 04:01 UTC Modified: 2017-10-24 08:24 UTC
From: sb at sebastian-bergmann dot de Assigned:
Status: Suspended Package: xhprof (PECL)
PHP Version: 5_3 SVN-2010-06-20 (dev) OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
45 - 45 = ?
Subscribe to this entry?

 
 [2010-06-20 04:01 UTC] sb at sebastian-bergmann dot de
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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-06-20 04:05 UTC] kontakt at beberlei dot de
+1
 [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
This package has not had a release for over 4 years, and the last bit of git activity was over 2 years ago, so I think its safe to say this extension is no longer in active development. If development picks back up, then please re-open this report
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 06:01:30 2024 UTC