MCPcopy 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

optimizeMethod · 0.85
processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected