function xhprof_permission in XHProf 7
Implementation of hook_permission().
File
- ./
xhprof.module, line 50
Code
function xhprof_permission() {
return array(
'access xhprof data' => array(
'title' => t('Access XHProf data'),
),
);
}