On Tue, Aug 13, 2024 at 4:03 PM J. Dekker wrote:
> When collecting performance information from checkasm it is common
> to parse the output for use in graphs to compare vs different
> architectures.
>
> Signed-off-by: J. Dekker
> ---
When I redirect stdout to a csv file, the first two lines are:
Le 16 août 2024 14:03:01 GMT+03:00, Anton Khirnov a écrit :
>Quoting J. Dekker (2024-08-13 16:03:30)
>> When collecting performance information from checkasm it is common
>> to parse the output for use in graphs to compare vs different
>> architectures.
>>
>> Signed-off-by: J. Dekker
>> ---
>>
On Fri, Aug 16, 2024, at 13:03, Anton Khirnov wrote:
> Quoting J. Dekker (2024-08-13 16:03:30)
>> When collecting performance information from checkasm it is common
>> to parse the output for use in graphs to compare vs different
>> architectures.
>>
>> Signed-off-by: J. Dekker
>> ---
>> tests/c
Quoting J. Dekker (2024-08-13 16:03:30)
> When collecting performance information from checkasm it is common
> to parse the output for use in graphs to compare vs different
> architectures.
>
> Signed-off-by: J. Dekker
> ---
> tests/checkasm/checkasm.c | 22 --
> 1 file chang
When collecting performance information from checkasm it is common
to parse the output for use in graphs to compare vs different
architectures.
Signed-off-by: J. Dekker
---
tests/checkasm/checkasm.c | 22 --
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/tests