drush_performance_db_get_data |
./performance.drush.inc |
Drupal version independant variation of performance_db_get_data() for easy
maintenance of the drush commands. |
2 |
|
drush_performance_details |
./performance.drush.inc |
|
|
1 |
drush_performance_parse_args |
./performance.drush.inc |
Helper function to parse the arguments which are the same for both commands.
Only columns differ. |
2 |
|
drush_performance_summary |
./performance.drush.inc |
Summary page callback.
Differs a little from the version in the module because drush_print_table()
works differently. |
|
1 |
performance_apc_list_all |
./performance.module |
Helper function to get all Performance logging APC keys. |
3 |
|
performance_average |
./performance.module |
Calculate average.
Note that this will always lose accuracy. In the 2.0 version we will NOT
store the average anymore, but we will store the sum of all values and the
number of accesses. That way we calculate the average when displaying without
losing… |
1 |
|
performance_boot |
./performance.module |
Implementation of hook_boot(). |
|
|
performance_build_summary_data |
./performance.module |
Helper function to build summary data array. |
4 |
|
performance_caching_message |
./performance.module |
Display message on settings form. |
1 |
|
performance_clear_access |
./performance.module |
Access callback for the clear logs page. |
|
1 |
performance_clear_apc |
./performance.module |
Clear APC confirm form submit handler. |
|
|
performance_clear_db |
./performance.module |
Clear database confirm form submit handler. |
|
|
performance_clear_form |
./performance.module |
Clear logs form. This is actually a multistep form: first choose the data
store you want to clear, second confirm that you actually want this. |
|
1 |
performance_clear_form_confirm |
./performance.module |
Clear data store confirm form callback. |
1 |
|
performance_clear_form_confirm_submit |
./performance.module |
Clear data store confirm form submit handler. |
|
1 |
performance_clear_form_submit |
./performance.module |
Clear logs form submit handler. |
|
|
performance_clear_memcache |
./performance.module |
Clear Memcache confirm form submit handler. |
|
|
performance_clear_zend |
./performance.module |
Clear Zend Datacache confirm form submit handler. |
|
|
performance_cron |
./performance.module |
Implementation of hook_cron(). |
|
|
performance_data_stores |
./performance.module |
List of available data stores. For each store you must provide the following
functions:
performance_enabled_store($form = FALSE, $message = FALSE)
performance_log_summary_store($params)
performance_get_data_store($timestamp =… |
13 |
|
performance_db_get_data |
./performance.module |
Helper function to get data from the database. |
2 |
|
performance_drush_command |
./performance.drush.inc |
Implementation of hook_drush_command(). |
|
|
performance_enabled_apc |
./performance.module |
Helper function to check if APC is available. |
|
|
performance_enabled_db |
./performance.module |
Helper function to check if Detailed logging is enabled. |
|
|
performance_enabled_memcache |
./performance.module |
Helper function to check if Memcache is available. |
|
|
performance_enabled_zend |
./performance.module |
Helper function to check if Memcache is available. |
|
|
performance_gather_summary_data |
./performance.module |
Gather performance data for external modules. |
2 |
|
performance_get_data_apc |
./performance.module |
Helper function to get data from APC. |
|
|
performance_get_data_db |
./performance.module |
Wrapper function for consistency with the other data stores. |
|
|
performance_get_data_memcache |
./performance.module |
Helper function to get data from memcache. |
|
|
performance_get_data_zend |
./performance.module |
Helper function to get data from Zend Datacache. |
|
|
performance_install |
./performance.install |
Implementation of hook_install(). |
|
|
performance_is_cli |
./performance.module |
Drupal 7 backport of drupal_is_cli().
http://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/drupa... |
1 |
|
performance_log_details |
./performance.module |
Helper function to store detailed data in database. |
1 |
|
performance_log_summary_apc |
./performance.module |
Helper function to store summary data in APC. |
|
|
performance_log_summary_db |
./performance.module |
Helper function to store summary data in database. |
|
|
performance_log_summary_memcache |
./performance.module |
Helper function to store summary data in Memcache. |
|
|
performance_log_summary_zend |
./performance.module |
Helper function to store summary data in Zend Datacache. |
|
|
performance_menu |
./performance.module |
Implementation of hook_menu(). |
|
|
performance_nagios |
./performance.module |
Implementation of hook_nagios(). |
|
|
performance_nagios_info |
./performance.module |
Implementation of hook_nagios_info(). |
1 |
|
performance_perm |
./performance.module |
Implementation of hook_perm(). |
|
|
performance_prod_check_alter |
./performance.module |
Implementation of hook_prod_check_alter(). |
|
|
performance_prod_check_return_data |
./performance.module |
Return performance data to Production Monitor. |
|
|
performance_prune_apc |
./performance.module |
Helper function to cleanup APC data. |
|
|
performance_prune_db |
./performance.module |
Helper function to cleanup database data. |
|
|
performance_prune_memcache |
./performance.module |
Helper function to cleanup Memcache data. |
|
|
performance_prune_zend |
./performance.module |
Helper function to cleanup Zend Datacache data. |
|
|
performance_requirements |
./performance.install |
Implementation of hook_requirements(). |
|
|
performance_schema |
./performance.install |
Implementation of hook_schema(). |
|
|