summaryrefslogtreecommitdiff
path: root/os_timer.c
AgeCommit message (Collapse)Author
2006-03-31(svn r4218) - Codechange: Try to make the rdtsc() not present warning ↵Darkvater
message a bit more clear
2006-03-31(svn r4191) - Codechange: Properly set newlines and id for os_timer.cDarkvater
2006-03-29(svn r4157) CodeChange : Keep on cleaning up Celestar's elrail mergebelugas
2006-03-29(svn r4151) -Fix: [PowerPC] removed an incorrect uninitialized var used ↵bjarni
warning in os_timer
2006-03-26(svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or ↵Darkvater
something similar on non-i386 architectures to performance-tune (critical) code. Some systems are probably missing, but those can be added later.