mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
5 lines
287 B
Text
5 lines
287 B
Text
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
|