mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
add per-line render latency histogram
This commit is contained in:
parent
7287447f33
commit
2ed3cbe313
@ -964,6 +964,7 @@ impl super::TermWindow {
|
||||
"render_screen_line_opengl.right_fill",
|
||||
right_fill_start.elapsed()
|
||||
);
|
||||
metrics::histogram!("render_screen_line_opengl", start.elapsed());
|
||||
log::trace!(
|
||||
"right fill {} -> elapsed {:?}",
|
||||
num_cols.saturating_sub(last_cell_idx),
|
||||
|
Loading…
Reference in New Issue
Block a user