On Fri, Feb 19, 2016 at 12:59:18AM +0100, Bas Nieuwenhuizen wrote:
> Adds functions to query the elapsed CPU time of the current process
> or thread. Implements Linux support only.
>
> To be used by the gallium HUD.
Wouldn't this be better gated by a configure test?
clock_gettime(2) is documente
Adds functions to query the elapsed CPU time of the current process
or thread. Implements Linux support only.
To be used by the gallium HUD.
Signed-off-by: Bas Nieuwenhuizen
---
src/gallium/auxiliary/os/os_time.c | 48 ++
src/gallium/auxiliary/os/os_time.h |