Re: [PATCH v2 05/14] contrib/plugins: add a scaling factor to the ips arg

2025-05-19 Thread Akihiko Odaki
On 2025/05/19 23:54, Alex Bennée wrote: Akihiko Odaki writes: On 2025/05/06 21:57, Alex Bennée wrote: It's easy to get lost in zeros while setting the numbers of instructions per second. Add a scaling suffix to make things simpler. Signed-off-by: Alex Bennée Reviewed-by: Pierrick Bouvier --

Re: [PATCH v2 05/14] contrib/plugins: add a scaling factor to the ips arg

2025-05-19 Thread Alex Bennée
Akihiko Odaki writes: > On 2025/05/06 21:57, Alex Bennée wrote: >> It's easy to get lost in zeros while setting the numbers of >> instructions per second. Add a scaling suffix to make things simpler. >> Signed-off-by: Alex Bennée >> Reviewed-by: Pierrick Bouvier >> --- >> v2 >>- normalise t

Re: [PATCH v2 05/14] contrib/plugins: add a scaling factor to the ips arg

2025-05-09 Thread Akihiko Odaki
On 2025/05/06 21:57, Alex Bennée wrote: It's easy to get lost in zeros while setting the numbers of instructions per second. Add a scaling suffix to make things simpler. Signed-off-by: Alex Bennée Reviewed-by: Pierrick Bouvier --- v2 - normalise the suffix before a full strcmp0 - check

[PATCH v2 05/14] contrib/plugins: add a scaling factor to the ips arg

2025-05-06 Thread Alex Bennée
It's easy to get lost in zeros while setting the numbers of instructions per second. Add a scaling suffix to make things simpler. Signed-off-by: Alex Bennée Reviewed-by: Pierrick Bouvier --- v2 - normalise the suffix before a full strcmp0 - check endptr actually set - fix checkpatch ---