Skip to content

Instantly share code, notes, and snippets.

View stephentyrone's full-sized avatar

Stephen Canon stephentyrone

View GitHub Profile
#import <Foundation/Foundation.h>
#import <mach/mach_time.h>
#import <simd/simd.h>
NSTimeInterval SecondsFromMachTimeInterval(uint64_t machTimeInterval) {
static double timeScaleSeconds = 0.0;
if (timeScaleSeconds == 0.0) {