constant PERFORMANCE_KEY in Performance Logging and Monitoring 6
Same name and namespace in other branches
- 5 performance.module \PERFORMANCE_KEY
- 6.2 performance.module \PERFORMANCE_KEY
- 7.2 performance.module \PERFORMANCE_KEY
- 7 performance.module \PERFORMANCE_KEY
6 uses of PERFORMANCE_KEY
- performance_apc_list_all in ./
performance.module - Helper function to get all Performance logging APC keys.
- performance_clear_memcache in ./
performance.module - Clear Memcache confirm form submit handler.
- performance_get_data_memcache in ./
performance.module - Helper function to get data from memcache.
- performance_log_summary_apc in ./
performance.module - Helper function to store summary data in APC.
- performance_log_summary_memcache in ./
performance.module - Helper function to store summary data in Memcache.
File
- ./
performance.module, line 16 - 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_KEY', 'dru-perf:' . variable_get('performance_key', parse_url($GLOBALS['base_url'], PHP_URL_HOST)) . ':');