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

Method timeEnd

packages/effect/src/Console.ts:46–46  ·  view source on GitHub ↗
(label?: string)

Source from the content-addressed store, hash-verified

44 table(tabularData: any, properties?: ReadonlyArray<string>): Effect<void>
45 time(label?: string): Effect<void>
46 timeEnd(label?: string): Effect<void>
47 timeLog(label?: string, ...args: ReadonlyArray<any>): Effect<void>
48 trace(...args: ReadonlyArray<any>): Effect<void>
49 warn(...args: ReadonlyArray<any>): Effect<void>

Callers 3

timeFunction · 0.65
console.tsFile · 0.65
timeEndFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected