View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000489 | Xdebug | Profiling | public | 2009-11-20 02:51 | 2020-03-12 17:14 |
Reporter | toddw | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 2.0.0dev | ||||
Summary | 0000489: profiling cachegrind output: add the filename references for called functions "cfl=" | ||||
Description | At present it is difficult (impossible?) to tell explicitly which function has been called by the "cfn=" lines, as there is no reference file "cfl=" given in the cachegrind files. Example, given file1.php: <?php and file2.php as: <?php The profiler output from running "file1.php" is: version: 0.9.6 events: Time fl=/srv/www/htdocs/php/xdebug/file2.php fl=/srv/www/htdocs/php/xdebug/file2.php fl=/srv/www/htdocs/php/xdebug/file1.php fl=/srv/www/htdocs/php/xdebug/file1.php summary: 193 0 145 According to the valgrind docs: if a "cfl=" is not specified, it defaults to the current file "fl=", which would give the indication that "cfn=func2" is thus defined in file1.php (which is incorrect). Adding the line: | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.0 | ||||
|
This is a duplicate of http://bugs.xdebug.org/view.php?id=639, which has since been fixed. |
|
Thanks Todd. Marking this one as duplicate then! |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-11-20 02:51 | toddw | New Issue | |
2009-11-20 02:51 | toddw | PHP Version | => 5.3.0 |
2009-11-20 02:51 | toddw | Xdebug Version | => 2.0.5 |
2011-08-19 20:19 | toddw | Note Added: 0001790 | |
2011-08-20 08:14 | derick | Note Added: 0001791 | |
2011-08-20 08:14 | derick | Relationship added | duplicate of 0000639 |
2011-08-20 08:14 | derick | Status | new => resolved |
2011-08-20 08:14 | derick | Resolution | open => duplicate |
2011-08-20 08:14 | derick | Assigned To | => derick |
2020-03-12 16:55 | derick | Severity | minor => feature |
2020-03-12 17:14 | derick | Category | Feature/Change request => Profiling |