You are here

13 calls to performance_data_stores() in Performance Logging and Monitoring 6

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_caching_message in ./performance.module
Display message on settings form.
performance_clear_access in ./performance.module
Access callback for the clear logs page.
performance_clear_form in ./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.
performance_clear_form_confirm in ./performance.module
Clear data store confirm form callback.
performance_clear_form_confirm_submit in ./performance.module
Clear data store confirm form submit handler.
performance_cron in ./performance.module
Implementation of hook_cron().
performance_gather_summary_data in ./performance.module
Gather performance data for external modules.
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.
performance_sources_switcher in ./performance.module
Helper function to output sources switcher on summary page. Made this function easily expandable to add additional souces. Just add one to the sources array and you're done.
performance_view_summary in ./performance.module