Summary: | weston terminal: very high cpu usage | ||
---|---|---|---|
Product: | Wayland | Reporter: | wbrana |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.0.90 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
wbrana
2013-04-16 11:23:15 UTC
terminal windows were maximized Using sysprof to analyse this I see that we spend a large amount of time in idle_redraw - a function that is throttled by the compositor (to vblank in the DRM case and in the case of X11 every 10ms) What we end up doing in that function is drawing all the glyphs using the Cairo image backend something that cannot really be compared with rxvt. weston-terminal is a "toy" terminal emulator and I don't believe there is any bug present here. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.