1

i used kcachegrind for see xdebug profile file.

how can i see passed parameters to functions or methods in kcachegrind in cycle

Mark K.
  • 1,969
  • 2
  • 16
  • 15

1 Answers1

0

xdebug has a option to set xdebug.collect_params in order to collect the parameters. i didn't try it actually, so i don't know how kcachegrind uses this information.

Jan Prieser
  • 1,529
  • 9
  • 15
  • This value has no affect on profiling. Seems mostly helpful while viewing PHP warning/error messages—by adjusting this value you can see arguments passed to functions mentioned in stack traces. – James Dec 17 '15 at 15:15