Dutch PHP Conference 2025 - Call For Papers

xhprof_sample_enable

(PECL xhprof >= 0.9.0)

xhprof_sample_enableStart XHProf profiling in sampling mode

Опис

xhprof_sample_enable(): void

Starts profiling in sample mode, which is a lighter weight version of xhprof_enable(). The sampling interval is 0.1 seconds, and samples record the full function call stack. The main use case is when lower overhead is required when doing performance monitoring and diagnostics.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

null

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top