extension=xhprof.so

[xhprof]
;; Output directory
xhprof.output_dir = /tmp/xhprof

;; Sampling interval to be used by the sampling profiler, in microseconds
; xhprof.sampling_interval=100000

;; Depth to trace call-chain by the sampling profiler
; xhprof.sampling_depth=INT_MAX

;; Collect mysql_query, curl_exec internal info. The default is 0. Open value is 1.
; xhprof.collect_additional_info=0

