memprof

pecl install memprof

Memory profiler

Memprof is a fast and accurate memory profiler that can be used to find the cause of memory leaks in PHP applications.

Maintainer

  • Arnaud Le Blanc (lead )

Details

Stars: 801
Issue openned: 16
Downloads: 86593
3.0.0
3 years ago
Version 3.0.0 change log


* Added ability to dump profile when the memory limit is exceeded
* Profiling of non-php allocations is disabled by default (can be enabled at runtime)

requires:

  • php >=7.1.0
  • pearinstaller >=1.10.0