perf(terminal): cache webgl row glyph collection
This commit is contained in:
@@ -185,6 +185,8 @@ fn append_webgl_stats(probe: &wasm_bindgen::JsValue, stats: crate::terminal::Web
|
||||
set_f64(&frame, "vertexUploadMs", stats.vertex_upload_ms);
|
||||
set_f64(&frame, "drawMs", stats.draw_ms);
|
||||
set_f64(&frame, "cells", stats.cells as f64);
|
||||
set_f64(&frame, "rowCacheHits", stats.row_cache_hits as f64);
|
||||
set_f64(&frame, "rowCacheMisses", stats.row_cache_misses as f64);
|
||||
set_f64(&frame, "atlasEntries", stats.atlas_entries as f64);
|
||||
set_f64(&frame, "atlasInsertions", stats.atlas_insertions as f64);
|
||||
set_f64(&frame, "atlasResets", stats.atlas_resets as f64);
|
||||
|
||||
Reference in New Issue
Block a user