This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 169766

Summary: PHP Profiler
Product: php Reporter: xwisdom <xwisdom>
Component: DebuggerAssignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description xwisdom 2009-08-04 03:02:29 UTC
How about adding PHP profiling to 6.8?

It appears that XDebug supports this feature:
http://www.sitepoint.com/blogs/2007/04/23/faster-php-apps-profile-your-code-with-xdebug/

It's very important for developers to be able to see the time it takes to execute functions and methods inside their php
scripts.

__
Raymond Irving
Comment 1 guest 2010-03-25 21:50:38 UTC
how about using the kcachegrind/wincachegrind utilities? :P

> How about adding PHP profiling to 6.8?
> 
> It appears that XDebug supports this feature:
> http://www.sitepoint.com/blogs/2007/04/23/faster-php-apps-profile-your-code-with-xdebug/
> 
> It's very important for developers to be able to see the time it takes to
> execute functions and methods inside their php
> scripts.
> 
> __
> Raymond Irving