function performance_prod_check_alter in Performance Logging and Monitoring 6.2
Same name and namespace in other branches
- 6 performance.module \performance_prod_check_alter()
- 7.2 performance.module \performance_prod_check_alter()
- 7 performance.module \performance_prod_check_alter()
Implementation of hook_prod_check_alter().
File
- ./
performance.module, line 815 - 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_prod_check_alter(&$checks) {
$checks['perf_data']['functions']['performance_prod_check_return_data'] = 'Performance logging';
}