Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the source code of this file.
Macros | |
#define | RB_HRTIME_PER_USEC ((rb_hrtime_t)1000) |
#define | RB_HRTIME_PER_MSEC (RB_HRTIME_PER_USEC * (rb_hrtime_t)1000) |
#define | RB_HRTIME_PER_SEC (RB_HRTIME_PER_MSEC * (rb_hrtime_t)1000) |
#define | RB_HRTIME_MAX UINT64_MAX |
Typedefs | |
typedef uint64_t | rb_hrtime_t |
Functions | |
rb_hrtime_t | rb_hrtime_now (void) |
#define RB_HRTIME_MAX UINT64_MAX |
#define RB_HRTIME_PER_MSEC (RB_HRTIME_PER_USEC * (rb_hrtime_t)1000) |
#define RB_HRTIME_PER_SEC (RB_HRTIME_PER_MSEC * (rb_hrtime_t)1000) |
#define RB_HRTIME_PER_USEC ((rb_hrtime_t)1000) |
typedef uint64_t rb_hrtime_t |
rb_hrtime_t rb_hrtime_now | ( | void | ) |