MCPcopy Create free account
hub / github.com/codeaashu/claude-code / resetProfileCounters

Function resetProfileCounters

src/ink/reconciler.ts:217–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 return _lastCommitMs
216}
217export function resetProfileCounters(): void {
218 _lastYogaMs = 0
219 _lastCommitMs = 0
220 _commitStart = 0
221}
222// --- END ---
223
224const reconciler = createReconciler<

Callers 1

onRenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected