View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001688 | Xdebug | Uncategorized | public | 2019-07-19 14:08 | 2019-07-25 14:19 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 2.8.0dev | Fixed in Version | 2.8.0beta1 | ||
Summary | 0001688: Improve performance by using getpid() only when step debugger is active | ||||
Description | From https://github.com/xdebug/xdebug/pull/439: Accidentally stumbled upon stracing the php with xdebug during coverage run, and the getpid() syscall was quite frequent, for a sample straced test run:
<code> 98,74 25,746040 1 14731714 getpid without strace, xdebug-2.7.0beta1:
after applying this patch:
Not much, but still an optimization. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.3.5-7.3.9 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-07-19 14:08 | derick | New Issue | |
2019-07-22 08:29 | derick | Assigned To | => derick |
2019-07-22 08:29 | derick | Status | new => closed |
2019-07-22 08:29 | derick | Resolution | open => fixed |
2019-07-22 08:29 | derick | Fixed in Version | => 2.8.0dev |
2019-07-22 08:29 | derick | Note Added: 0005083 | |
2019-07-25 14:19 | derick | Fixed in Version | 2.8.0dev => 2.8.0beta1 |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |