MCPcopy Index your code
hub / github.com/Effect-TS/effect / timeEnd

Function timeEnd

packages/effect/src/internal/defaultServices/console.ts:81–83  ·  view source on GitHub ↗
(label)

Source from the content-addressed store, hash-verified

79 return core.sync(() => console.time(label))
80 },
81 timeEnd(label) {
82 return core.sync(() => console.timeEnd(label))
83 },
84 timeLog(label, ...args) {
85 return core.sync(() => {
86 console.timeLog(label, ...args)

Callers

nothing calls this directly

Calls 2

syncMethod · 0.80
timeEndMethod · 0.65

Tested by

no test coverage detected