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