constant PERFORMANCE_ZEND_NAMESPACE in Performance Logging and Monitoring 7
Same name and namespace in other branches
- 6 performance.module \PERFORMANCE_ZEND_NAMESPACE
2 uses of PERFORMANCE_ZEND_NAMESPACE
- performance_clear_zend in ./
performance.module - Clear Zend Datacache confirm form submit handler.
- performance_log_summary_zend in ./
performance.module - Helper function to store summary data in Zend Datacache.
File
- ./
performance.module, line 19 - Logs detailed and/or summary page generation time and memory consumption for page requests. Copyright Khalid Baheyeldin 2008 of http://2bits.com
Code
define('PERFORMANCE_ZEND_NAMESPACE', 'dru-perf-' . variable_get('performance_key', $_SERVER['HTTP_HOST']));