Re: [PATCH 4/9] contrib/plugins: add a scaling factor to the ips arg

2025-04-28 Thread Pierrick Bouvier
On 4/28/25 5:59 AM, 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 --- contrib/plugins/ips.c | 23 ++- 1 file changed, 22 insertions(+), 1 dele

[PATCH 4/9] contrib/plugins: add a scaling factor to the ips arg

2025-04-28 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 --- contrib/plugins/ips.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/contrib/plugins/ips.c