You are here

function xhprof_get_tooltip_attributes in XHProf 7

Same name and namespace in other branches
  1. 6 xhprof.inc \xhprof_get_tooltip_attributes()

Return attribute names and values to be used by javascript tooltip.

2 calls to xhprof_get_tooltip_attributes()
xhprof_pc_info in ./xhprof.inc
Print info for a parent or child function xhprof_in the parent & children report.
xhprof_symbol_report in ./xhprof.inc
Generates a report for a single function/symbol.

File

./xhprof.inc, line 1001

Code

function xhprof_get_tooltip_attributes($type, $metric) {
  return "type='{$type}' metric='{$metric}'";
}