hook_perfmon_performance_tests |
./perfmon.api.php |
Declare custom test which to be call on Performance Monitor tests running. |
|
|
perfmon_convert2array |
./perfmon.inc |
Convert 2 array. |
2 |
|
perfmon_enable |
./perfmon.install |
Implements hook_enable(). |
|
|
perfmon_get_last_test |
./perfmon.module |
Retrieve the result from the last run of test. |
1 |
|
perfmon_get_mysqlstatus |
./perfmon.inc |
Mysql status. |
1 |
|
perfmon_get_mysqlvariables |
./perfmon.inc |
Mysql variables. |
1 |
|
perfmon_get_mysql_performance_variables |
./perfmon.inc |
Describes mysql performance variables. |
1 |
|
perfmon_get_stored_results |
./perfmon.module |
Retrieve stored tests and results. |
2 |
|
perfmon_get_testlist |
./perfmon.inc |
Get core performance tests. |
2 |
|
perfmon_menu |
./perfmon.module |
Implements hook_menu(). |
|
|
perfmon_mysql_page |
./perfmon.pages.inc |
Mysql settings page. |
|
1 |
perfmon_mysql_reviewed |
./perfmon.pages.inc |
Mysql settings page output. |
1 |
|
perfmon_page |
./perfmon.pages.inc |
Page callback for run & review. |
|
1 |
perfmon_permission |
./perfmon.module |
Implements hook_permission(). |
|
|
perfmon_requirements |
./perfmon.install |
Implements hook_requirements(). |
|
|
perfmon_reviewed |
./perfmon.pages.inc |
Main page output. |
1 |
|
perfmon_run |
./perfmon.inc |
Public function for running Perfmon tests and returning results. |
|
|
perfmon_run_form |
./perfmon.pages.inc |
Run button. |
|
1 |
perfmon_run_form_submit |
./perfmon.pages.inc |
Run all tests in batch. |
|
|
perfmon_run_store |
./perfmon.module |
Run the perfmon test and store the results. |
|
|
perfmon_run_tests |
./perfmon.module |
Run the perfmon tests and return the full results. |
|
|
perfmon_schema |
./perfmon.install |
Implements hook_schema(). |
|
|
perfmon_store_results |
./perfmon.module |
Store test results. |
2 |
|
perfmon_test_cpu |
./perfmon.inc |
Test CPU. |
|
1 |
perfmon_test_db_prepare |
./perfmon.inc |
Prepare to test mysql. |
3 |
|
perfmon_test_db_read |
./perfmon.inc |
Test db read operations. |
|
1 |
perfmon_test_db_update |
./perfmon.inc |
Test db update operations. |
|
1 |
perfmon_test_db_write |
./perfmon.inc |
Test db write operations. |
|
1 |
perfmon_test_filesop |
./perfmon.inc |
Test file operations. |
|
1 |
perfmon_test_server_configuration |
./perfmon.inc |
Test configuration. |
|
1 |
perfmon_theme |
./perfmon.module |
Implements hook_theme(). |
|
|
perfmon_uninstall |
./perfmon.install |
Implements hook_uninstall(). |
|
|
theme_perfmon_mysql_reviewed |
./perfmon.pages.inc |
Theme mysql report. |
|
|
theme_perfmon_reviewed |
./perfmon.pages.inc |
Theme main report. |
|
|
_perfmon_batch_finished |
./perfmon.module |
Finished callback for Batch processing the checklist. |
|
1 |
_perfmon_batch_op |
./perfmon.module |
Operation function called by Batch. |
|
1 |
_perfmon_format_bytes |
./perfmon.inc |
Format bytes. |
1 |
|
_perfmon_log |
./perfmon.inc |
Log. |
3 |
|
_perfmon_performance_tests |
./perfmon.inc |
Core Perfmon checks. |
2 |
|
_perfmon_run |
./perfmon.inc |
Private function the review and returns the full results. |
2 |
|
_perfmon_run_test |
./perfmon.inc |
Run a single Security Review check. |
2 |
|
_perfmon_seconds_to_time |
./perfmon.inc |
Convert seconds to time. |
1 |
|