You are here

Functions in Performance Logging and Monitoring 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_performance_details ./performance.drush.inc 1
drush_performance_get_detail ./performance.drush.inc Drupal version independant variation of performance_db_get_data() for easy maintenance of the drush commands. 1
drush_performance_get_summary ./performance.drush.inc Callback used by performance_traverse_cache() for fetching summary data. 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_boot ./performance.module Implements hook_boot().
performance_build_summary_data ./performance.module Helper function to build summary data array. 1
performance_caching_message ./performance.module Display message on settings form. 1
performance_clear_details includes/performance.details.inc Helper function to clear the detail logs. 1
performance_clear_form ./performance.module Clear logs form. 1
performance_clear_form_submit ./performance.module Clear logs form submit handler.
performance_cron ./performance.module Implements hook_cron().
performance_cron_prune ./performance.module Callback used by performance_traverse_cache() for pruning data on cron based on a preset threshold. 1
performance_drush_command ./performance.drush.inc Implements hook_drush_command().
performance_gather_summary_data ./performance.module Gather performance data for external modules. 2
performance_get_summary ./performance.module Callback used by performance_traverse_cache() for fetching summary data. 2
performance_install ./performance.install Implements hook_install().
performance_log_details includes/performance.details.inc Helper function to store detailed data in database. 1
performance_log_summary ./performance.module Store the summary data. 1
performance_menu ./performance.module Implements hook_menu().
performance_nagios ./performance.module Implements hook_nagios().
performance_nagios_info ./performance.module Implements hook_nagios_info(). 1
performance_permission ./performance.module Implements hook_permission().
performance_prod_check_alter ./performance.module Implements hook_prod_check_alter().
performance_prod_check_return_data ./performance.module Return performance data to Production Monitor.
performance_prune_details includes/performance.details.inc Helper function to prune detail log on cron. 1
performance_requirements ./performance.install Implements hook_requirements().
performance_schema ./performance.install Implements hook_schema().
performance_settings_form ./performance.module System settings form. 1
performance_shutdown ./performance.module Shutdown function that collects all performance data. 1
performance_sort_summary ./performance.module Helper function to sort data from the cache bin. 2
performance_traverse_cache ./performance.module Helper function to traverse the cache_bin data for retrieving and/or pruning data. 4
performance_uninstall ./performance.install Implements hook_uninstall().
performance_update_7001 ./performance.install Harmonize notations for milliseconds to "ms".
performance_update_7200 ./performance.install Move summary data from old performance_summary table to new cache bin. Note that we now cache per language and separate anonymous users from logged in users! During this migration, we do BASIC separation between anonymous and logged in users based on…
performance_update_7201 ./performance.install Add new language field to performance_detail table.
performance_views_api ./performance.module Implements hook_views_api().
performance_views_data includes/performance.views.inc Implements hook_views_data().
performance_view_details includes/performance.details.inc Detail page callback. 1
performance_view_summary ./performance.module Summary page callback. 1

Other projects