xhprof.config.yml in XHProf 8
config/install/xhprof.config.yml
4 string references to 'xhprof.config'
- ConfigForm::buildForm in src/
Form/ ConfigForm.php - Form constructor.
- ConfigForm::getEditableConfigNames in src/
Form/ ConfigForm.php - Gets the configuration names that will be editable.
- Profiler::canEnable in src/
Profiler.php - Returns whether a profiling can be enabled for the current request.
- Profiler::enable in src/
Profiler.php - Conditionally enable XHProf profiling.
File
config/install/xhprof.config.ymlView source
- enabled: false
- interval: 0
- storage: xhprof.file_storage
- exclude: "/contextual/*\r\n/toolbar/*\r\n/edit/*\r\n/admin/*\r\n/profiler/*\r\n*.js\r\n*.css"
- exclude_indirect_functions: false
- flags:
- FLAGS_CPU: '0'
- FLAGS_MEMORY: '0'
- FLAGS_NO_BUILTINS: '0'
- show_summary_toolbar: false