Re: [PATCH v3 07/20] contrib/plugins: add a scaling factor to the ips arg

2025-05-25 Thread Philippe Mathieu-Daudé
On 22/5/25 06:45, Akihiko Odaki wrote: On 2025/05/22 1:42, 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 s

Re: [PATCH v3 07/20] contrib/plugins: add a scaling factor to the ips arg

2025-05-21 Thread Akihiko Odaki
On 2025/05/22 1:42, 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 e

[PATCH v3 07/20] contrib/plugins: add a scaling factor to the ips arg

2025-05-21 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 - s