A function that returns the elapsed milliseconds since the timer was created. The returned function can be called multiple times, each time returning the elapsed time from the original creation point.
返回一个函数,该函数返回自计时器创建以来经过的毫秒数。 返回的函数可以多次调用,每次返回自创建点以来的经过时间。
Create a high-resolution performance timer.
创建一个高精度性能计时器。