Hi, I have made the following functions
To measure how much time it takes for apache to execute my codes, but it doesn't work properly, can someone tell me why?
<?php
$starttime = microtime(true);
usleep(100);
$starttime = ShowTime($startTime, "step 1");
usleep(400);
$starttime =...