Re: [PATCH 03/10] perf stat: Add --interval-clear option

2018-06-07 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 07, 2018 at 12:15:06AM +0200, Jiri Olsa escreveu: > Adding --interval-clear option to clear the screen > before next interval. Better than: watch -n 0 perf stat -a sleep 1 :-) Tested and applied, - Arnaldo > Link: http://lkml.kernel.org/n/tip-8zobiwghr6t9f9a4o886c...@git.kernel

[PATCH 03/10] perf stat: Add --interval-clear option

2018-06-06 Thread Jiri Olsa
Adding --interval-clear option to clear the screen before next interval. Link: http://lkml.kernel.org/n/tip-8zobiwghr6t9f9a4o886c...@git.kernel.org Signed-off-by: Jiri Olsa --- tools/perf/Documentation/perf-stat.txt | 3 +++ tools/perf/builtin-stat.c | 11 +-- 2 files chang