You are here

function performance_perm in Performance Logging and Monitoring 6.2

Same name and namespace in other branches
  1. 6 performance.module \performance_perm()

Implementation of hook_perm().

File

./performance.module, line 85
Logs detailed and/or summary page generation time and memory consumption for page requests. Copyright Khalid Baheyeldin 2008 of http://2bits.com

Code

function performance_perm() {
  return array(
    'administer performance logging',
  );
}