xhprof_sample_disableStops xhprof sample profiler Beschreibung
array xhprof_sample_disable
( void
)
Stops the sample mode xhprof profiler, and Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteAn array of xhprof sample data, from the run. BeispieleBeispiel #1 xhprof_sample_disable example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
Array
(
[1272935300.800000] => main()
[1272935300.900000] => main()
)
|