reli-prof
PHP profiler
A tool for analyzing and optimizing performance in PHP scripts without modifying the target code.
A sampling profiler or a memory profiler for PHP written in PHP, which reads information about running PHP VM from outside the process. You can find performance bottlenecks or memory leaks of your scripts without changing the target script or loading extensions.
462 stars
9 watching
15 forks
Language: PHP
last commit: 5 days ago elfffiperformancephpphp-ffiphp-profilerprofilerprofilingsampling-profilerzend-engine
Related projects:
Repository | Description | Stars |
---|---|---|
fabfuel/prophiler | A tool to measure and visualize performance of web applications | 443 |
adsr/phpspy | A low-overhead sampling profiler for PHP that provides detailed performance information. | 1,432 |
nikic/sample_prof | A sampling profiler for PHP that provides line-level resolution and accurate measurements of code execution time. | 59 |
polynominal/piefiller | A graphical profiler that collects performance data for Love2D applications and provides visual representation and customizable key bindings. | 23 |
raikiri/legitprofiler | A tool for rendering profiling data in an ImGui interface. | 223 |
phpmetrics/phpmetricscollectorbundle | Integrates a profiling and metrics collection tool with the Symfony debug toolbar. | 53 |
pfirsich/jprof | A profiling library for Lua applications that allows developers to annotate their code with profiling zones and generate human-readable profiles. | 90 |
parca-dev/parca-agent | A tool for real-time profiling of running processes without modifying their source code or restarting them. | 551 |
gperfutils/gprof | A Java profiling tool that analyzes program execution time and provides detailed performance reports. | 33 |
phpbench/phpbench | A tool for measuring and comparing the performance of PHP code | 1,900 |
becheran/roumon | A tool to monitor and analyze the performance of concurrent programs in real-time. | 187 |
thlorenz/cpuprofilify | Converts profiling output to a format used by Chrome DevTools | 167 |
ramsey/composer-repl | A tool that provides an interactive shell for evaluating and executing PHP code. | 102 |
samdark/yii-db-profiler | An extension that generates detailed performance analysis of database queries in Yii applications. | 24 |
r-kan/semile | Provides an integrated profiling framework for C and Python programs with minimal runtime overhead. | 92 |