91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女

Basic usage

The example illustrates the basic StopWatch class usage

示例 #1 Measure several code blocks execution and get the total

<?php

$c 
= new HRTime\StopWatch;

$c->start();
/* measure this code block execution */
for ($i 0$i 1024*1024$i++);
$c->stop();
$elapsed0 $c->getLastElapsedTime(HRTime\Unit::NANOSECOND);

/* measurement is not running here*/
for ($i 0$i 1024*1024$i++);

$c->start();
/* measure this code block execution */
for ($i 0$i 1024*1024$i++);
$c->stop();
$elapsed1 $c->getLastElapsedTime(HRTime\Unit::NANOSECOND);

$elapsed_total $c->getElapsedTime(HRTime\Unit::NANOSECOND);

?>
91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女