Re: [PATCH 3/5] perf diff: Print diff result more precisely

2015-01-07 Thread Namhyung Kim
On Mon, Jan 5, 2015 at 1:47 AM, Jiri Olsa wrote: > On Sat, Dec 27, 2014 at 02:06:31PM +0900, Namhyung Kim wrote: >> Current perf diff result is somewhat confusing since it sometimes hide >> small result and sometimes there's no result. So do not hide small >> result (less than 0.01%) and print "N

Re: [PATCH 3/5] perf diff: Print diff result more precisely

2015-01-04 Thread Jiri Olsa
On Sat, Dec 27, 2014 at 02:06:31PM +0900, Namhyung Kim wrote: > Current perf diff result is somewhat confusing since it sometimes hide > small result and sometimes there's no result. So do not hide small > result (less than 0.01%) and print "N/A" if baseline is not > recorded (for ratio and wdiff

[PATCH 3/5] perf diff: Print diff result more precisely

2014-12-26 Thread Namhyung Kim
Current perf diff result is somewhat confusing since it sometimes hide small result and sometimes there's no result. So do not hide small result (less than 0.01%) and print "N/A" if baseline is not recorded (for ratio and wdiff only). Blank means the baseline is available but its pairs are not.