Xdebug Profiling and Webgrind

I have Xdebug profiling set to output to /tmp. If I enter the PHP container and check the /tmp directory, I see the Cachegrind output files. To view them, I setup Webgrind as another project and was hoping it could view the files in /tmp, however it does not display them (looking in /tmp/ for files matching /^cachegrind.out…±.±.+$/).

Am I thinking about this wrong? Is there a way to make this work? Thank you!

Hi @rgustinella and welcome in the Devilbox community.

Could you share your xdebug configuration so I can test it too ?