GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added tips to lamer.bash help
[mirrors/Programs.git]
/
php
/
skripty
/
microtime.php
1
<
?php
2
3
echo
(
microtime
().
"
\n
"
);
4
usleep
(
10
);
5
echo
(
microtime
().
"
\n
"
);
6
usleep
(
10
);
7
echo
(
microtime
().
"
\n
"
);
8
//usleep(10);
9
echo
(
microtime
().
"
\n
"
);
10
sleep
(
10
);
11
echo
(
microtime
().
"
\n
"
);
12
13
?
>
This page took
1.358847 seconds
and
4
git commands to generate.