pub(crate) fn perf_mark( it: &mut Interp, this: Value, a: &[Value], ) -> Result<Value, Value>
performance.mark(name)。呼び出し時点の performance.now() を startTime として持つ PerformanceMark エントリを記録して返す。
performance.mark(name)
performance.now()
startTime
PerformanceMark