(Xdebug Profiler) Why are there two cachegrind files generated for one page?
When I enable xdebug profiler, open a page in admin, it generates two cachegrind files with almost identical name cachegrind.out.1498219635_761795.crown__minilio_wp-admin_edit_php cachegrind.out.1498219639_141988.crown__minilio_wp-admin_edit_php The output name is defined as xdebug.profiler_output_name = "cachegrind.out.%u.%H_%R" I tried another page, got the same result. Why is that? Which file should I analysis?