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 - PHP Profiler
Summary: PHP Profiler
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker with 3 votes (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-04 03:02 UTC by xwisdom
Modified: 2010-03-25 21:50 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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