Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ timeEnd
Method
timeEnd
src/utils/Stats.js:12–17 ·
view source on GitHub ↗
(label)
Source
from the content-addressed store, hash-verified
10
}
11
12
timeEnd(label) {
13
const
elapsed = process.hrtime(this.startTimes[label]);
14
15
if
(!this[label]) this[label] = 0;
16
this[label] += elapsed[0] * 1e3 + elapsed[1] * 1e-6;
17
}
18
}
Callers
9
appendLeft
Method · 0.80
appendRight
Method · 0.80
move
Method · 0.80
update
Method · 0.80
prependLeft
Method · 0.80
prependRight
Method · 0.80
remove
Method · 0.80
reset
Method · 0.80
_splitChunk
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected