Changeset 297 for Daodan/src/Daodan_Utility.c
- Timestamp:
- Apr 17, 2009, 3:31:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Utility.c
r276 r297 28 28 } 29 29 30 int64_t DDrMachineTime_Sixtieths()30 int64_t ONICALL DDrMachineTime_Sixtieths() 31 31 { 32 32 static int64_t LastTime, Time; … … 46 46 } 47 47 48 int64_t DDrMachineTime_High()48 int64_t ONICALL DDrMachineTime_High() 49 49 { 50 50 // LARGE_INTEGER PerfCount; … … 57 57 } 58 58 59 double DDrMachineTime_High_Frequency()59 double ONICALL DDrMachineTime_High_Frequency() 60 60 { 61 61 // LARGE_INTEGER Frequency;
Note:
See TracChangeset
for help on using the changeset viewer.