Changeset 5252 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 12, 2007 12:08:02 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r5137 r5252 3094 3094 case SDLK_F12: 3095 3095 RTPrintf("ResetStats\n"); /* Visual feedback in console window */ 3096 gMachineDebugger->ResetStats( );3096 gMachineDebugger->ResetStats(NULL); 3097 3097 break; 3098 3098 // pressing CTRL+ALT+F12 resets all statistics counter 3099 3099 case SDLK_F11: 3100 gMachineDebugger->DumpStats( );3100 gMachineDebugger->DumpStats(NULL); 3101 3101 RTPrintf("DumpStats\n"); /* Vistual feedback in console window */ 3102 3102 break;
Note:
See TracChangeset
for help on using the changeset viewer.