phacility / xhprof

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
http://pecl.php.net/package/xhprof
Apache License 2.0
2.6k stars 925 forks source link

changed file format and xhprof_data set for better performance and convenient #77

Open yangshiqi opened 8 years ago

yangshiqi commented 8 years ago

1.change 'serialize/unserialize' to 'json_encode/json_deconde' for better performance; 2.add 'uniqkey' and 'data' to xhprof_data for reading by other log parsers;

epriestley commented 8 years ago