MCPcopy Create free account
hub / github.com/TanStack/cli / mark

Function mark

packages/cli/tests-e2e/helpers.ts:336–338  ·  view source on GitHub ↗
(label: string, startedAt: number)

Source from the content-addressed store, hash-verified

334 const now = () => performance.now()
335 const start = now()
336 const mark = (label: string, startedAt: number) => {
337 timings.push([label, now() - startedAt])
338 }
339 const logTimings = () => {
340 if (!envBoolean('E2E_TIMINGS', true)) {
341 return

Callers 1

createAppFixtureFunction · 0.85

Calls 1

nowFunction · 0.85

Tested by

no test coverage detected