View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001814 | Xdebug | Step Debugging | public | 2020-06-25 11:00 | 2020-11-14 16:15 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 3.0.0RC1 | Fixed in Version | 3.0.0RC1 | ||
Summary | 0001814: Don't obtain the current time when it's not needed | ||||
Description | Right now, Xdebug calls gettimeofday and related time functions regardless of whether it is necessary. A bug with regards to Docker on OSX really makes this hit performance. As the gettimeofday call is really only use for tracing and profiling, and potentially stack traces, we need to make sure not to collect it while debugging. Docker/OSX issue: https://github.com/docker/for-mac/issues/3455 | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.4.0-7.4.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-06-25 11:00 | derick | New Issue | |
2020-09-23 16:58 | derick | Target Version | 3.0dev => 3.0.0beta1 |
2020-10-14 15:03 | derick | Target Version | 3.0.0beta1 => 3.0dev |
2020-11-11 15:35 | derick | Summary | Don't call gettimeofday when it's not needed. => Don't obtain the current time when it's not needed |
2020-11-11 15:35 | derick | Description Updated | |
2020-11-11 17:15 | derick | Assigned To | => derick |
2020-11-11 17:15 | derick | Status | new => closed |
2020-11-11 17:15 | derick | Resolution | open => fixed |
2020-11-11 17:15 | derick | Fixed in Version | => 3.0.0RC1 |
2020-11-11 17:15 | derick | Note Added: 0005519 | |
2020-11-14 16:15 | derick | Target Version | 3.0dev => 3.0.0RC1 |