Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/optimize-plugin
/ start
Function
start
src/lib/util.js:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
const
timings = [];
72
73
const
start = name => {
74
timings.push({ name, start: Date.now() });
75
};
76
77
const
end = name => {
78
for
(
const
entry of timings) {
Callers
2
optimize
Method · 0.85
process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected