CoolFace
Datasetpublic

hschumann2/TempleOS-Source-Code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes838downloads
TimeJiffy.txt9 linesDownload Raw Back to Doc
1 2One jiffy is one time slice.  cnts.jiffies returns time slices since boot.3 4SysTimerRead reads the timer ticks since boot.  It's not as fast as GetTSC.5 6Use JIFFY_FREQ to convert cnts.jiffies.7 8Use SYS_TIMER_FREQ to convert SysTimerRead.9