Changeset 39816 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 20, 2012 12:23:15 PM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
r35500 r39816 39 39 #ifdef DEBUG_misha 40 40 # define VBOXVHWA_PROFILE_FPS 41 #endif 42 43 #ifdef VBOXVHWA_PROFILE_FPS 44 # include <iprt/stream.h> 41 45 #endif 42 46 … … 1565 1569 if(!(mFPSCounter.frames() % 31)) 1566 1570 { 1567 printf("fps: %f\n", fps);1571 RTPrintf("fps: %f\n", fps); 1568 1572 } 1569 1573 mbNewFrame = false; -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h
r34461 r39816 19 19 #define __VBoxFBOverlayCommon_h__ 20 20 21 #if defined(DEBUG_misha)21 #if 0 //defined(DEBUG_misha) 22 22 DECLINLINE(VOID) vboxDbgPrintF(LPCSTR szString, ...) 23 23 {
Note:
See TracChangeset
for help on using the changeset viewer.