longxinH / xhprof

PHP7/PHP8 support
http://pecl.php.net/package/xhprof
Apache License 2.0
1.04k stars 165 forks source link

Could we set additional curl, pdo, mysql information optional? #25

Closed Slach closed 5 years ago

Slach commented 5 years ago

i try integrate xhprof_sampling with https://github.com/badoo/liveprof-ui, which use mysql for aggregate raw xhprof_sampling_disable() data

when mysql_query#XXX have length more than 300 characters, this aggregator failed

could we add new option like a "xhprof.collect_additional_info" for skip collect mysql_query, curl_exec internal info?

longxinH commented 5 years ago

This is a good proposal, I will add this option in the near future.