Changeset 57358 in vbox for trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_TIME 32 32 #define RTTIME_INCL_TIMEVAL … … 41 41 42 42 43 /******************************************************************************* 44 * Global Variables *45 ******************************************************************************* /43 /********************************************************************************************************************************* 44 * Global Variables * 45 *********************************************************************************************************************************/ 46 46 static struct mach_timebase_info g_Info = { 0, 0 }; 47 47 static double g_rdFactor = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.