Re: [PATCH] perf/ui/tui: don't force a refresh during progress update

2013-10-25 Thread Ingo Molnar
* Patrick Palka wrote: > Each call to tui_progress__update() would forcibly refresh the entire > screen. This is somewhat inefficient and causes noticable flickering > during the startup of perf-report, especially on large/slow terminals. > > It looks like the force-refresh in tui_progress__up

[PATCH] perf/ui/tui: don't force a refresh during progress update

2013-10-23 Thread Patrick Palka
Each call to tui_progress__update() would forcibly refresh the entire screen. This is somewhat inefficient and causes noticable flickering during the startup of perf-report, especially on large/slow terminals. It looks like the force-refresh in tui_progress__update() serves no purpose other than