trace 1.0.0

Trace is a low-overhead tracing tool for PHP


Trace is a low-overhead tracing tool for PHP.
It can trace all PHP executing, function calls, request information during
run-time. And provides features like Filter, Statistics, Current Status and
so on.
It is very useful to locate blocking, heavy-load problems and debug in all
environments, especially in production environments.

License: Apache 2.0

Changes

### Added

- Add support for Linux environment ptrace
- Add support for MacOS
- Add filter by url/class/function name
- Add limit ouput count

### Changed

- Refactoring extensions and tool-side information interaction
- Optimize format and color of the output
- Remove unused messages such as wall_time?memory records
- Improve display status module