function performance_init in Devel 5
File
- performance/
performance.module, line 120
Code
function performance_init() {
register_shutdown_function('performance_shutdown');
}
function performance_init() {
register_shutdown_function('performance_shutdown');
}