Re: [FFmpeg-devel] [PATCH] checkasm: add (private) kperf timing for macOS

2021-04-13 Thread Martin Storsjö
On Tue, 13 Apr 2021, Josh Dekker wrote: Signed-off-by: Josh Dekker --- configure| 2 + tests/checkasm/Makefile | 1 + tests/checkasm/checkasm.c| 19 - tests/checkasm/checkasm.h| 10 ++- tests/checkasm/macos_kperf.c | 143 +++

Re: [FFmpeg-devel] [PATCH] checkasm: add (private) kperf timing for macOS

2021-04-13 Thread Martin Storsjö
On Tue, 13 Apr 2021, Lynne wrote: Could you move this to libavutil and hook this up to libavutil/timer.h as well? I'm a bit hesitant about that, as the API (just like the existing linux perf integration which is predecent for heavyweight timer APIs) requires a bit more setup than what libavu

Re: [FFmpeg-devel] [PATCH] checkasm: add (private) kperf timing for macOS

2021-04-12 Thread Lynne
Apr 13, 2021, 02:45 by j...@itanimul.li: > Signed-off-by: Josh Dekker > --- > configure| 2 + > tests/checkasm/Makefile | 1 + > tests/checkasm/checkasm.c| 19 - > tests/checkasm/checkasm.h| 10 ++- > tests/checkasm/macos_kperf.c | 143 +

[FFmpeg-devel] [PATCH] checkasm: add (private) kperf timing for macOS

2021-04-12 Thread Josh Dekker
Signed-off-by: Josh Dekker --- configure| 2 + tests/checkasm/Makefile | 1 + tests/checkasm/checkasm.c| 19 - tests/checkasm/checkasm.h| 10 ++- tests/checkasm/macos_kperf.c | 143 +++ tests/checkasm/macos_kperf.h | 23 +