function performance_perm in Performance Logging and Monitoring 6
Same name and namespace in other branches
- 6.2 performance.module \performance_perm()
Implementation of hook_perm().
File
- ./
performance.module, line 86 - 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',
);
}