Re: [FFmpeg-devel] [PATCH 1/7] checkasm: add csv/tsv bench output

2024-08-18 Thread Ramiro Polla
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:

Re: [FFmpeg-devel] [PATCH 1/7] checkasm: add csv/tsv bench output

2024-08-16 Thread Rémi Denis-Courmont
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 >> --- >>

Re: [FFmpeg-devel] [PATCH 1/7] checkasm: add csv/tsv bench output

2024-08-16 Thread 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

Re: [FFmpeg-devel] [PATCH 1/7] checkasm: add csv/tsv bench output

2024-08-16 Thread Anton Khirnov
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

[FFmpeg-devel] [PATCH 1/7] checkasm: add csv/tsv bench output

2024-08-13 Thread J. Dekker
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