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

Function time

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

Source from the content-addressed store, hash-verified

76 })
77 },
78 time(label) {
79 return core.sync(() => console.time(label))
80 },
81 timeEnd(label) {
82 return core.sync(() => console.timeEnd(label))
83 },

Callers

nothing calls this directly

Calls 2

syncMethod · 0.80
timeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…