function performance_boot in Performance Logging and Monitoring 6
Same name and namespace in other branches
- 6.2 performance.module \performance_boot()
- 7.2 performance.module \performance_boot()
- 7 performance.module \performance_boot()
Implementation of hook_boot().
File
- ./
performance.module, line 301 - 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_boot() {
register_shutdown_function('performance_shutdown');
}