Changeset 43869 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 14, 2012 4:33:35 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82073
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp
r43484 r43869 397 397 for (DataMapType::const_iterator it = mNamesMap.begin(); it != mNamesMap.end(); ++ it) 398 398 { 399 dbg.GetStats (it.key(), true, info);400 mValuesMap [it.key()] = parseStatistics(info);399 info = dbg.GetStats(it.key(), true); 400 mValuesMap[it.key()] = parseStatistics(info); 401 401 } 402 402
Note:
See TracChangeset
for help on using the changeset viewer.