Re: [PATCH v5 0/5] perf stat: Support overall statistics for interval mode

2020-05-14 Thread Jin, Yao
Hi Kajoljain, On 5/14/2020 5:53 PM, kajoljain wrote: On 5/14/20 11:06 AM, Jin Yao wrote: Currently perf-stat supports to print counts at regular interval (-I), but it's not very easy for user to get the overall statistics. With this patchset, it supports to report the summary at the end of

Re: [PATCH v5 0/5] perf stat: Support overall statistics for interval mode

2020-05-14 Thread kajoljain
On 5/14/20 11:06 AM, Jin Yao wrote: > Currently perf-stat supports to print counts at regular interval (-I), > but it's not very easy for user to get the overall statistics. > > With this patchset, it supports to report the summary at the end of > interval output. > > For example, > >

[PATCH v5 0/5] perf stat: Support overall statistics for interval mode

2020-05-13 Thread Jin Yao
Currently perf-stat supports to print counts at regular interval (-I), but it's not very easy for user to get the overall statistics. With this patchset, it supports to report the summary at the end of interval output. For example, root@kbl-ppc:~# perf stat -e cycles -I1000 --interval-count 2