You are here

constant PERFORMANCE_QUERY_VAR in Performance Logging and Monitoring 6.2

Same name and namespace in other branches
  1. 6 performance.module \PERFORMANCE_QUERY_VAR
  2. 7.2 performance.module \PERFORMANCE_QUERY_VAR
  3. 7 performance.module \PERFORMANCE_QUERY_VAR
7 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_requirements in ./performance.install
Implementation of hook_requirements().
performance_settings_form in ./performance.module
System settings form.
performance_shutdown in ./performance.module
Shutdown function that collects all performance data.

... See full list

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', 'dev_query');