You appear to be a bot. Output may be restricted
Description
Report trace function count on shutdown
Show the number of times each function was traced
Usage
bw_trace_functions_traced();
Parameters
Returns
void
Source
File name: oik-bwtrace/includes/oik-actions.php
Lines:
1 to 4 of 4
function bw_trace_functions_traced() { global $bw_trace_functions; bw_trace2( $bw_trace_functions, "functions traced", false ); }