Searched defs:i_enableVMMStatistics (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestImpl.h80 void i_enableVMMStatistics(BOOL aEnable) { mCollectVMMStats = aEnable; }; function in class:Guest
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6181 void Console::i_enableVMMStatistics(BOOL aEnable) function in class:Console
6184 mGuest->i_enableVMMStatistics(aEnable);

Completed in 98 milliseconds