View Issue Details

IDProjectCategoryView StatusLast Update
0001427XdebugProfilingpublic2021-04-14 16:05
Reporterfredrik Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
PlatformLinux 
Summary0001427: Enable profiler to be started from PHP
Description

It would be nice if the profiler could be started from PHP with a function call. For example, I want to profile 1/100 requests.

if (_rand(0, 100) == 0) { xdebug_profiler_enable(); }

Or, I would like to profile requests from a certain IP, etc.

TagsNo tags attached.
Operating System
PHP Version7.1.0-7.1.4

Activities

derick

2021-03-17 09:28

administrator   ~0005749

Is this issue still relevant to you?

Issue History

Date Modified Username Field Change
2017-04-24 13:54 fredrik New Issue
2017-12-16 17:24 derick Status new => acknowledged
2020-03-12 16:23 derick Severity minor => feature
2020-03-12 16:30 derick Category Feature/Change request => Profiling
2021-03-17 09:28 derick Assigned To => derick
2021-03-17 09:28 derick Status acknowledged => feedback
2021-03-17 09:28 derick Note Added: 0005749
2021-04-14 16:05 derick Status feedback => closed
2021-04-14 16:05 derick Resolution open => won't fix