Skip to content

Instantly share code, notes, and snippets.

@deutrino
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deutrino/11162427 to your computer and use it in GitHub Desktop.
Save deutrino/11162427 to your computer and use it in GitHub Desktop.
mach_timebase_info on OS X 10.5.8 on PPC machines
G5
==
$ ./machtime32
Timebase numer: 1000000000
Timebase denom: 33329253
$ ./machtime64
Timebase numer: 1000000000
Timebase denom: 33329253
G4e
===
$ ./machtime32
Timebase numer: 1000000000
Timebase denom: 18431630
$ machine
ppc7450
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment