dispatch → requestAnimationFrame: avg/min/max - / - / - ms
This measures the time between an event being dispatched in the document and
the event being read in a requestAnimationFrame callback function.
This is a good measure for the average input delay a game would experience. requestAnimationFrame(() => sample = now() - ev.timeStamp)
Note that an input event is usually delayed by 5-20ms on top of the delay you see above; the time it takes an event to be queued in the OS until the web browser app has received it and processed the event.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Google是如何控制世界的
(美)丹尼尔·伊克比亚 / 李军 / 东方出版社 / 2008-08 / 36.00元
秘Google的发展之路! Google,这个有着数百亿的网页存储量、每天两亿搜索次数的搜索引擎,最初仅仅是一个方程式。这个由拉里·佩奇和塞吉·布林两位天才创造出的超级算法甚至比可口可乐的配方还要保密。 当广告公司为自己网页在搜索结果中的排序争得头破血流时,Google正悠然地坐收渔翁之利,这种天才的拍卖广告链接的商业模式给Google带来了令人瞠目结舌的企业利润!仅仅从1999~20......一起来看看 《Google是如何控制世界的》 这本书的介绍吧!