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 |
Implementation of 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 |
Implementation of 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 |
Implementation of 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 |
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... |
2 |
|
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 |
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_details |
includes/performance.details.inc |
Helper function to prune detail log on cron. |
1 |
|
performance_requirements |
./performance.install |
Implementation of hook_requirements(). |
|
|
performance_schema |
./performance.install |
Implementation of 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 |
Implementation of hook_uninstall(). |
|
|
performance_update_1 |
./performance.install |
Remove title field from performance tables. |
|
|
performance_update_2 |
./performance.install |
Add data field to performance_detail table. |
|
|
performance_update_6001 |
./performance.install |
Harmonize notations for milliseconds to "ms". |
|
|
performance_update_6200 |
./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_6201 |
./performance.install |
Add new language field to performance_detail table. |
|
|
performance_views_api |
./performance.module |
Implementation of hook_views_api(). |
|
|
performance_views_data |
includes/performance.views.inc |
Implementation of hook_views_data(). |
|
|
performance_view_details |
includes/performance.details.inc |
Detail page callback. |
|
1 |
performance_view_summary |
./performance.module |
Summary page callback. |
|
1 |