Confidențialitatea dumneavoastră e importantă pentru noi! Site-ul nostru folosește cookie-uri, pentru care avem nevoie de acceptul dumneavoastră. Vă rugăm să citiți aici politica de procesare a datelor personale și a utilizării cookie-urilor.
|
||||||
|
- PHP7 compatibility; PHP 7 is on a different branch. Improvements: - Greatly reduced memory requirements. Memory requirements are no longer dependent on number of calls. Therefore all prior limitations regarding long-running scripts are lifted. Changes: - Removed the XT output format
Improvements:
- Added tagging functionality
- Compatible with PHP 5.4 and 5.5
Improvements:
- Added option: separateCompileFunc to group compiles together
- Added tagging functionality
- function web3tracer_tag($tagName)
- function web3tracer_endTag()
Changes:
- Deprecated KcacheGrind output in the module
- Added WEB3TRACER_OUTPUT_PROCESSED format to return run data in PHP native
associative array format
- web3tracer_disable() signature changed
Improvements:
- Fixed Kcachegrind output for double timestamps to allow for longer
than 2 seconds trace times (maximum run time should be about 52 days
now)
- Added back memory profiling
Known bugs/limitations:
1) Not tested in TS (multi-threaded) mode
2) Segfaults if enough memory is not available
- Based on xhprof https://github.com/facebook/xhprof/tree/c90e96609813a2f370cae23a4a19a641523452ef
Known bugs/limitations:
1) Not tested in TS (multi-threaded) mode
|