Problem Statement
Which of the following tools can be used for PHP performance profiling?
Explanation
Xdebug is a PHP extension used for debugging and profiling. It helps developers analyze script execution time and memory usage for performance optimization.
