function performance_exit in Performance Logging and Monitoring 5
File
- ./
performance.module, line 171
Code
function performance_exit() {
if (variable_get('cache', 0)) {
// Page caching is on, so we run the shutdown function directly
performance_shutdown();
}
}