drush_xhprof_clear |
./xhprof.drush.inc |
A command callback. |
|
|
drush_xhprof_combine |
./xhprof.drush.inc |
A command callback. |
|
|
drush_xhprof_get_dir |
./xhprof.drush.inc |
|
3 |
|
drush_xhprof_get_runs |
./xhprof.drush.inc |
|
2 |
|
drush_xhprof_list |
./xhprof.drush.inc |
A command callback. |
|
|
drush_xhprof_list_run_files |
./xhprof.drush.inc |
|
1 |
|
theme_xhprof_overall_summary |
./xhprof.module |
Theme function to display XHProf run summary. |
|
|
theme_xhprof_run_table |
./xhprof.module |
Theme function to display list of XHProf function calls. |
|
|
xhprof_admin_settings |
./xhprof.admin.inc |
Administrative settings form for XHProf module. |
|
1 |
xhprof_admin_settings_validate |
./xhprof.admin.inc |
Validation handler for settings form. |
|
|
xhprof_array_set |
./xhprof.inc |
Set one key in an array and return the array |
6 |
|
xhprof_array_unset |
./xhprof.inc |
Removes/unsets one key in an array and return the array |
3 |
|
xhprof_boot |
./xhprof.module |
Implementation of hook_boot(). Runs even for cached pages. |
|
|
xhprof_build_link |
./xhprof.module |
|
2 |
|
xhprof_compute_diff |
./xhprof.inc |
Hierarchical diff:
Compute and return difference of two call graphs: Run2 - Run1. |
1 |
|
xhprof_compute_flat_info |
./xhprof.inc |
Analyze hierarchical raw data, and compute per-function (flat)
inclusive and exclusive metrics. |
1 |
|
xhprof_compute_inclusive_times |
./xhprof.inc |
|
1 |
|
xhprof_count_format |
./xhprof.inc |
|
|
1 |
xhprof_displayXHProfReport |
./xhprof.inc |
Generate a XHProf Display View given the various URL parameters
as arguments. The first argument is an object that implements
the iXHProfRuns interface. |
|
|
xhprof_display_diff_page |
./xhprof.module |
Page callback to display a difference of two XHProf runs. |
|
1 |
xhprof_display_page |
./xhprof.module |
Page callback to display a XHProf run. |
|
1 |
xhprof_display_run |
./xhprof.module |
Display XHProf run report. |
2 |
|
xhprof_drush_command |
./xhprof.drush.inc |
Implements hook_drush_command(). |
|
|
xhprof_full_report |
./xhprof.inc |
Generates a tabular report for all functions. This is the top-level report. |
1 |
|
xhprof_get_classes |
./xhprof.module |
List all available XHProf storage backends. |
1 |
|
xhprof_get_metrics |
./xhprof.inc |
|
3 |
|
xhprof_get_possible_metrics |
./xhprof.inc |
|
4 |
|
xhprof_get_print_class |
./xhprof.inc |
Given a number, returns the td class to use for display. |
2 |
|
xhprof_get_tooltip_attributes |
./xhprof.inc |
Return attribute names and values to be used by javascript tooltip. |
2 |
|
xhprof_include |
./xhprof.module |
Helper. Make sure expensive module_load_include() does not run needlessly. |
2 |
|
xhprof_init_metrics |
./xhprof.inc |
Initialize the metrics we'll display based on the information
in the raw data. |
1 |
|
xhprof_is_enabled |
./xhprof.module |
Check whether XHProf should be enabled for the current request. |
2 |
|
xhprof_menu |
./xhprof.module |
Implementation of hook_menu(). |
|
|
xhprof_mongodb_install |
modules/xhprof_mongodb/xhprof_mongodb.install |
Implementation of hook_install(). |
|
|
xhprof_mongodb_requirements |
modules/xhprof_mongodb/xhprof_mongodb.install |
@file
Install, update and uninstall functions for the XHProf module. |
|
|
xhprof_mongodb_xhprof_classes_alter |
modules/xhprof_mongodb/xhprof_mongodb.module |
Implementation of hook_xhprof_classes_alter(). |
|
|
xhprof_param_defaults |
./xhprof.module |
Get default URL parameters for XHProf. |
1 |
|
xhprof_parse_parent_child |
./xhprof.inc |
Takes a parent/child function name encoded as
"a==>b" and returns array("a", "b"). |
4 |
|
xhprof_pc_info |
./xhprof.inc |
Print info for a parent or child function xhprof_in the
parent & children report. |
1 |
|
xhprof_percent_format |
./xhprof.inc |
|
1 |
1 |
xhprof_perm |
./xhprof.module |
Implementation of hook_permission(). |
|
|
xhprof_print_flat_data |
./xhprof.inc |
Print non-hierarchical (flat-view) of profiler data. |
|
|
xhprof_print_function_info |
./xhprof.inc |
Print "flat" data corresponding to one function. |
|
|
xhprof_print_num |
./xhprof.inc |
Prints a <td> element with a numeric value. |
5 |
|
xhprof_print_pct |
./xhprof.inc |
Prints a <td> element with a pecentage. |
6 |
|
xhprof_print_pc_array |
./xhprof.inc |
|
1 |
|
xhprof_print_symbol_summary |
./xhprof.inc |
|
|
|
xhprof_profiler_report |
./xhprof.inc |
Analyze raw data & generate the profiler report
(common for both single run mode and diff mode). |
1 |
|
xhprof_render_actions |
./xhprof.inc |
Implodes the text for a bunch of actions (such as links, forms,
into a HTML list and returns the text. |
1 |
|
xhprof_run_list |
./xhprof.module |
Display list of saved XHProf runs. |
|
1 |