Home
last modified time | relevance | path

Searched refs:tbinfo (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/tools/tests/mktimer/
H A Dmktimer_test.c44 struct mach_timebase_info tbinfo; variable
100 mach_timebase_info(&tbinfo); in main()
101 conversion = ((double)tbinfo.numer / (double) tbinfo.denom); in main()