function xhprof_require in XHProf 7
2 calls to xhprof_require()
- xhprof_display_run in ./
xhprof.module - Display XHProf run report.
- xhprof_xhprof_enable in ./
xhprof.module - Conditionally enable XHProf profiling.
File
- ./
xhprof.module, line 82
Code
function xhprof_require() {
require_once dirname(__FILE__) . '/xhprof.inc';
}