perf(terminal): cache webgl row glyph collection

This commit is contained in:
zhangheng
2026-06-24 20:16:58 +08:00
parent a1d5752d59
commit fb54acf88b
4 changed files with 238 additions and 19 deletions

View File

@@ -309,6 +309,8 @@ export function summarizeRendererStats(frames) {
"vertexUploadMs",
"drawMs",
"cells",
"rowCacheHits",
"rowCacheMisses",
"atlasEntries",
"atlasInsertions",
"atlasResets",