MCPcopy Index your code
hub / github.com/codeaashu/claude-code / markFirstMessageRender

Function markFirstMessageRender

web/lib/performance/metrics.ts:123–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121
122/** Call when the first message bubble finishes rendering. */
123export function markFirstMessageRender(): void {
124 if (typeof performance === "undefined") return;
125 const value = performance.now();
126 report({ name: "first_message_render", value });
127}
128
129/**
130 * Measures streaming token latency: time from when the server sends the

Callers

nothing calls this directly

Calls 1

reportFunction · 0.85

Tested by

no test coverage detected