function performance_get_data_db in Performance Logging and Monitoring 6
Same name and namespace in other branches
- 7 performance.module \performance_get_data_db()
Wrapper function for consistency with the other data stores.
See also
performance_gather_summary_data()
File
- ./
performance.module, line 858 - 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_get_data_db($timestamp = 0) {
return performance_db_get_data(NULL, NULL, $timestamp);
}