VirtualBox

Changeset 49907 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Dec 15, 2013 3:24:30 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91289
Message:

tstVBoxAPIPerf.cpp: Scoping fix, better time resolution if possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstVBoxAPIPerf.cpp

    r49906 r49907  
    2626#include <VBox/com/ErrorInfo.h>
    2727#include <VBox/com/VirtualBox.h>
     28#include <VBox/sup.h>
    2829
    2930#include <iprt/test.h>
     
    170171    if (rcExit != RTEXITCODE_SUCCESS)
    171172        return rcExit;
     173    SUPR3Init(NULL); /* Better time support. */
    172174    RTTestBanner(g_hTest);
    173175
     
    198200        }
    199201
     202        ptrVBox.setNull();
    200203        com::Shutdown();
    201204    }
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