Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
sync
Method · 0.80
timeEnd
Method · 0.65
Tested by
no test coverage detected