Changeset 27931 in vbox
- Timestamp:
- Apr 1, 2010 11:56:23 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/Performance.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Performance.cpp
r27930 r27931 148 148 ret = mConsole->COMGETTER(Guest)(mGuest.asOutParam()); 149 149 if (ret == S_OK) 150 mGuest->COMSETTER(StatisticsUpdateInterval)(1 000 /* 1000 ms*/);150 mGuest->COMSETTER(StatisticsUpdateInterval)(1 /* 1 sec */); 151 151 } 152 152 return ret;
Note:
See TracChangeset
for help on using the changeset viewer.

