PHP » GoLang |
login |
register |
about
|
GoLang xhprof_sample_disable
request it (351)
GoLang replacement for PHP's xhprof_sample_disable
[edit | history]
xhprof_sample_disable(PECL xhprof >= 0.9.0) xhprof_sample_disable — Stops xhprof sample profiler Description
array xhprof_sample_disable
( void
)
Stops the sample mode xhprof profiler, and ParametersThis function has no parameters. Return ValuesAn array of xhprof sample data, from the run. ExamplesExample #1 xhprof_sample_disable() example
<?php The above example will output something similar to: Array ( [1272935300.800000] => main() [1272935300.900000] => main() ) |
more
Recently updated
more
Most requested
|