mach_timebase_info_data_t
Raw Mach Time API In general prefer to use the <time.h> API clock_gettime_nsec_np(3), which deals in the same clocks (and more) in ns units. Conversion of ns to (resp. from) tick units as returned by the mach time APIs is performed by division (resp. multiplication) with the fraction returned by mach_timebase_info().
Declaration
typedef struct mach_timebase_info {
...
} mach_timebase_info_data_t;Topics
Instance Properties
See Also
Time
mach_absolute_timemach_approximate_timemach_continuous_timemach_continuous_approximate_timemach_bridge_remote_timemach_bridge_compute_timestampmach_bridge_register_regwrite_timestamp_callbackmach_timebase_info_tmach_zone_info_array_tmach_zone_name_array_tmach_timespec_tmach_zone_info_tclock_attr_tclock_ctrl_port_tclock_ctrl_tclock_flavor_tclock_id_tclock_nsec_tclock_reply_subsystemclock_reply_tclock_res_tclock_sec_tclock_serv_port_tclock_serv_tclock_tclock_usec_tclockinfo