Nahan Czachur
Nahan Czachur

Reputation: 36

Default profiler_output_name value

I have had some issues with the default xdebug.profiler_output_name, as php-fpm is serving all requests from the same process ID, my tools dont seem to work very well (Webgrind and Clockwork).

I watched Dericks youtube video where he recomends using cachegrind.out.%R (See 1:15 at https://youtu.be/ttQgLBSpVvc?t=74)

Have other people had issues with this?

Upvotes: 0

Views: 452

Answers (1)

Derick
Derick

Reputation: 36784

I'm just going to reiterate that using cachegrind.out.%R is probably better. If you're still getting clashes, then you can add the .%u as well (which is for microseconds since 1970).

Upvotes: 1

Related Questions