function xhprof_perm in XHProf 6
Implementation of hook_permission().
File
- ./
xhprof.module, line 53
Code
function xhprof_perm() {
return array(
'access xhprof data',
);
}
Implementation of hook_permission().
function xhprof_perm() {
return array(
'access xhprof data',
);
}