Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / skripty / microtime.php
CommitLineData
8de51304
H
1<?php\r
2\r
3echo(microtime()."\n");\r
4usleep(10);\r
5echo(microtime()."\n");\r
6usleep(10);\r
7echo(microtime()."\n");\r
8//usleep(10);\r
9echo(microtime()."\n");\r
10sleep(10);\r
11echo(microtime()."\n");\r
12\r
13?>\r
This page took 0.094477 seconds and 4 git commands to generate.