Changeset 11483 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 19, 2008 12:30:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/PerformanceLinux.cpp
r11478 r11483 101 101 102 102 for (RTCPUID i = 0; i < nProcessors; ++i) 103 uTotalMHz += RTMpGetCurFrequency( i);103 uTotalMHz += RTMpGetCurFrequency(RTMpCpuIdFromSetIndex(i)); 104 104 105 105 *mhz = (ULONG)(uTotalMHz / nProcessors);
Note:
See TracChangeset
for help on using the changeset viewer.