You are here

function xhprof_perm in XHProf 6

Implementation of hook_permission().

File

./xhprof.module, line 53

Code

function xhprof_perm() {
  return array(
    'access xhprof data',
  );
}