Re: [PATCH 1/1] scripts/performance: Add bisect.py script

2020-07-27 Thread Aleksandar Markovic
On Monday, July 27, 2020, John Snow wrote: > On 7/25/20 8:31 AM, Aleksandar Markovic wrote: > >> >> >> On Wednesday, July 22, 2020, Ahmed Karaman > > wrote: >> >> Python script that locates the commit that caused a performance >> degradation or

Re: [PATCH 1/1] scripts/performance: Add bisect.py script

2020-07-27 Thread John Snow
On 7/25/20 8:31 AM, Aleksandar Markovic wrote: On Wednesday, July 22, 2020, Ahmed Karaman > wrote: Python script that locates the commit that caused a performance degradation or improvement in QEMU using the git bisect command (binary search).

Re: [PATCH 1/1] scripts/performance: Add bisect.py script

2020-07-25 Thread Ahmed Karaman
On Sat, Jul 25, 2020 at 9:48 PM Aleksandar Markovic wrote: > > > > On Saturday, July 25, 2020, Ahmed Karaman > wrote: >> >> On Sat, Jul 25, 2020 at 2:31 PM Aleksandar Markovic >> wrote: >>> >>> >>> Hi, Ahmed. >>> >>> Yes, somewhat related to John's hints on these comments, it is customary to

Re: [PATCH 1/1] scripts/performance: Add bisect.py script

2020-07-25 Thread Aleksandar Markovic
On Saturday, July 25, 2020, Ahmed Karaman wrote: > On Sat, Jul 25, 2020 at 2:31 PM Aleksandar Markovic < > aleksandar.qemu.de...@gmail.com> wrote: > >> >> Hi, Ahmed. >> >> Yes, somewhat related to John's hints on these comments, it is customary >> to have just a brief description before

Re: [PATCH 1/1] scripts/performance: Add bisect.py script

2020-07-25 Thread Ahmed Karaman
On Sat, Jul 25, 2020 at 2:31 PM Aleksandar Markovic < aleksandar.qemu.de...@gmail.com> wrote: > > Hi, Ahmed. > > Yes, somewhat related to John's hints on these comments, it is customary > to have just a brief description before "Copyright" lines. This means one > sentence, or a short paragraph

Re: [PATCH 1/1] scripts/performance: Add bisect.py script

2020-07-25 Thread Aleksandar Markovic
On Wednesday, July 22, 2020, Ahmed Karaman wrote: > Python script that locates the commit that caused a performance > degradation or improvement in QEMU using the git bisect command > (binary search). > > Syntax: > bisect.py [-h] -s,--start START [-e,--end END] [-q,--qemu QEMU] \ > --target

Re: [PATCH 1/1] scripts/performance: Add bisect.py script

2020-07-24 Thread John Snow
On 7/21/20 7:15 PM, Ahmed Karaman wrote: Python script that locates the commit that caused a performance degradation or improvement in QEMU using the git bisect command (binary search). Syntax: bisect.py [-h] -s,--start START [-e,--end END] [-q,--qemu QEMU] \ --target TARGET --tool

[PATCH 1/1] scripts/performance: Add bisect.py script

2020-07-21 Thread Ahmed Karaman
Python script that locates the commit that caused a performance degradation or improvement in QEMU using the git bisect command (binary search). Syntax: bisect.py [-h] -s,--start START [-e,--end END] [-q,--qemu QEMU] \ --target TARGET --tool {perf,callgrind} -- \ [] [-h] - Print the script