You are here

constant PERFORMANCE_BIN in Performance Logging and Monitoring 6.2

Same name and namespace in other branches
  1. 7.2 performance.module \PERFORMANCE_BIN
5 uses of PERFORMANCE_BIN
performance_clear_form_submit in ./performance.module
Clear logs form submit handler.
performance_cron in ./performance.module
Implementation of hook_cron().
performance_cron_prune in ./performance.module
Callback used by performance_traverse_cache() for pruning data on cron based on a preset threshold.
performance_log_summary in ./performance.module
Store the summary data.
performance_traverse_cache in ./performance.module
Helper function to traverse the cache_bin data for retrieving and/or pruning data.

File

./performance.module, line 18
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_BIN', 'cache_performance');