constant PERFORMANCE_QUERY_VAR in Performance Logging and Monitoring 7.2
Same name and namespace in other branches
- 6.2 performance.module \PERFORMANCE_QUERY_VAR
- 6 performance.module \PERFORMANCE_QUERY_VAR
- 7 performance.module \PERFORMANCE_QUERY_VAR
8 uses of PERFORMANCE_QUERY_VAR
- drush_performance_details in ./
performance.drush.inc - drush_performance_summary in ./
performance.drush.inc - Summary page callback. Differs a little from the version in the module because drush_print_table() works differently.
- performance_boot in ./
performance.module - Implements hook_boot().
- performance_requirements in ./
performance.install - Implements hook_requirements().
- performance_settings_form in ./
performance.module - System settings form.
File
- ./
performance.module, line 20 - 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_QUERY_VAR', 'performance_query');