\n".
"\t
\n".
"\t\t| ". esc_html__('I/O Read bytes', 'code-profiler') ." | ".
"". esc_html__('I/O Write bytes', 'code-profiler') ." | \n".
"\t
\n\t\t| ". esc_html( number_format( $buffer[0][1] ) ) ." | ".
"". esc_html( number_format( $buffer[1][1] ) ) ." | \n\t
\n".
"\n";
?>