v0.3.0
NoiseByNorthwest
released this
03 Jun 20:28
·
315 commits
to master
since this release
- Improve documentation around web UI requirements (fixes #54)
- Web UI: Add custom color scheme management (@orls #46)
- Control panel: output command line prefix according to current setup
- Analysis screen: improve loading performance a bit
- Analysis screen: improve loading progress dialog
- Analysis screen: add cumulative cost computation and fix flat profile
percentage columns (fixes #41) - Analysis screen: display bars in flat profile percentage columns (fixes #40)
- Add request shutdown tracing
- Add script compilation tracing
- Metrics: add GC run count
- Metrics: add GC collected cycles count
- Metrics: add included file count
- Metrics: add included line count
- Metrics: add user class count
- Metrics: add user function count
- Metrics: add user opcode count
- Fix ownership issue (to stick to PHP coding standard)
- Fix call of non reentrant
exit()
function in a signal handler (fixes #42) - Web UI / analysis screen: improved layout