Jul 19, 2023, 21:56 by r...@remlab.net:
> Linux and MacOS kernel performance APIs are not always available.
> This introduces function pointers so that we can fall back to other
> timing functions (in later changesets).
>
> If AV_READ_TIME is the only configured timer, then this sticks to
> inline
Linux and MacOS kernel performance APIs are not always available.
This introduces function pointers so that we can fall back to other
timing functions (in later changesets).
If AV_READ_TIME is the only configured timer, then this sticks to
inline assembler since there will be nothing to fall back