VirtualBox

Changeset 5252 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 12, 2007 12:08:02 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25219
Message:

Added a pattern argument to the IMachineDebugger ResetStats and DumpStats methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r5137 r5252  
    30943094                case SDLK_F12:
    30953095                    RTPrintf("ResetStats\n"); /* Visual feedback in console window */
    3096                     gMachineDebugger->ResetStats();
     3096                    gMachineDebugger->ResetStats(NULL);
    30973097                    break;
    30983098                // pressing CTRL+ALT+F12 resets all statistics counter
    30993099                case SDLK_F11:
    3100                     gMachineDebugger->DumpStats();
     3100                    gMachineDebugger->DumpStats(NULL);
    31013101                    RTPrintf("DumpStats\n");  /* Vistual feedback in console window */
    31023102                    break;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette