xhprof_sample_enableStart XHProf profiling in sampling mode Description
void xhprof_sample_enable()
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. ParametersThis function has no parameters. Return Values
See Also
|