PhpStorm
 
2024.3
Get PhpStorm

Profiling with Xdebug

Last modified: 14 March 2025

Besides interactive debugging, the IDE's integration with Xdebug also supports profiling. PhpStorm provides visual representation of the profiling snapshots generated by Xdebug to help you examine how your PHP application uses execution time and memory.