MDL-67081 xhprof: Allow conditional profiling from CLI using env vars

This commit is contained in:
Brendan Heywood 2020-10-12 10:51:32 +11:00
parent 6ef4e66f03
commit 7f97d1181d
2 changed files with 17 additions and 12 deletions

View file

@ -41,4 +41,5 @@ TODO:
20171002 - MDL-60313 - Marina Glancy (marinaglancy): Upgrade to 0.9.4 release; patched for PHP7.2
20190314 - MDL-64543 - Brendan Heywood (brendanheywood): Add support for conditional slow profiling
20191016 - MDL-65349 - Brendan Heywood (brendanheywood): Improved url matching behaviour
20201012 - MDL-67081 - Brendan Heywood (brendanheywood): Support selective profiles from CLI