<?php
for ($i = 0; $i < 100; $i++) {
// calculate the time it takes to run fx()
Timer::start();
fx();
Timer::stop();
fy();
// calculate the time it takes to run fz()
Timer::start();
fz();
Timer::stop();
}
print Timer::get();
?>
Взял из мануала хотел разобрать а не работает :blink: