blob: f17175c443d69d5b41cdc23a45aed695e7bc50d0 (
plain) (
blame)
1
2
3
4
5
|
uprofiler is a hierarchical profiler for PHP. It reports function-level call
counts and inclusive and exclusive metrics such as wall (elapsed) time, CPU time
and memory usage. A function's profile can be broken down by callers or callees.
WWW: https://github.com/FriendsOfPHP/uprofiler
|