$response->body(str_replace(array('{exec_time}', '{mem_usage}'), array(round($bm[0], 4), round($bm[1] / pow(1024, 2), 3)), $response->body()));
round((memory_get_usage()/(1024*1024)),3);
$response->body(str_replace(array('{exec_time}', '{mem_usage}'), array(round($bm[0], 4), round($bm[1] / pow(1024, 1), 3)), $response->body()));
round((memory_get_usage()/(1024)),3);
It looks like you're new here. If you want to get involved, click one of these buttons!