Skip to content

Instantly share code, notes, and snippets.

@shmaltorhbooks
Created July 2, 2014 13:39
Show Gist options
  • Select an option

  • Save shmaltorhbooks/1e5e32243c0039400b48 to your computer and use it in GitHub Desktop.

Select an option

Save shmaltorhbooks/1e5e32243c0039400b48 to your computer and use it in GitHub Desktop.
XHProf header/footer
<?php
if (extension_loaded('xhprof')) {
include_once "xhprof_lib/utils/xhprof_lib.php";
include_once "xhprof_lib/utils/xhprof_runs.php";
xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY);
$__xhIsAjax = (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && ('xmlhttprequest' == strtolower($_SERVER['HTTP_X_REQUESTED_WITH'])));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment