最終更新:2013-03-10 (日) 00:56:44 (4064d)  

xdebug.profiler_output_name
Top / xdebug.profiler_output_name

メモ

  • On Windows, this output filename format is invalid due to the two colons so the option fails validation and profiling is not turned on.
  • I edited this to the format below and the profiling started working as expected:
    xdebug.profiler_output_name = "xdebug_profile.%R-%u"