PhpStorm
 
Get PhpStorm

Profiling with Xdebug

Last modified: 11 October 2024

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.