CakeFest 2024: The Official CakePHP Conference

xhprof_sample_enable

(PECL xhprof >= 0.9.0)

xhprof_sample_enableサンプリングモードでの XHProf プロファイリングを開始する

説明

xhprof_sample_enable(): void

サンプルモードでのプロファイルを開始します。これは xhprof_enable() の軽量版です。 サンプリング間隔は 0.1 秒で、完全な関数のコールスタックを記録します。 主な使い道は、パフォーマンス監視や調査などでオーバーヘッドを極力抑えたい場合です。

パラメータ

この関数にはパラメータはありません。

戻り値

null

参考

add a note

User Contributed Notes

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