HomeSort by: relevance | last modified time | path
    Searched defs:timedelta_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/include/test/
timer.h 6 } timedelta_t; typedef in typeref:struct:__anon6781
8 void timer_start(timedelta_t *timer);
9 void timer_stop(timedelta_t *timer);
10 uint64_t timer_usec(const timedelta_t *timer);
11 void timer_ratio(timedelta_t *a, timedelta_t *b, char *buf, size_t buflen);
  /src/external/bsd/jemalloc.old/dist/test/include/test/
timer.h 6 } timedelta_t; typedef in typeref:struct:__anon6891
8 void timer_start(timedelta_t *timer);
9 void timer_stop(timedelta_t *timer);
10 uint64_t timer_usec(const timedelta_t *timer);
11 void timer_ratio(timedelta_t *a, timedelta_t *b, char *buf, size_t buflen);

Completed in 25 milliseconds