Skip to content

Instantly share code, notes, and snippets.

@dariodiaz
Forked from dhrrgn/xdebug-profiling.ini
Created May 5, 2014 19:52
Show Gist options
  • Save dariodiaz/c25252e158aca8c40245 to your computer and use it in GitHub Desktop.
Save dariodiaz/c25252e158aca8c40245 to your computer and use it in GitHub Desktop.
config: Xdebug Profiling
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = "/vagrant/cachegrind"
xdebug.profiler_output_name = "callgrind.out.%t.%p"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment