Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
sync
Method · 0.80
time
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…