blob: 05c7d8cb41c6acfe6254a113082623425dd854a4 [file]
extern "C" {
fn CFAbsoluteTimeGetCurrent() -> f64;
}
pub fn get_absolute_time() -> f64 {
unsafe { CFAbsoluteTimeGetCurrent() }
}