PatchworkOS
Loading...
Searching...
No Matches
clock.c
Go to the documentation of this file.
1#include <time.h>
2
3#include "user/common/clock.h"
4
6{
7 return _clock_get();
8}
clock_t _clock_get(void)
Definition clock.c:12
clock_t clock(void)
Definition clock.c:5
__UINT64_TYPE__ clock_t
A nanosecond time.
Definition clock_t.h:13