VirtualBox

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


Ignore:
Timestamp:
Dec 14, 2013 9:01:04 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91288
Message:

Main: Some simple COM/XPCOM performance measurements. The idea was getting a baseline before experimenting with proxy/stub stuff in midl. There is some VirtualBox.idl preps related to that. Unforuntately, the proxy/stub generator doesn't support SAFEARRAY parameters with interface pointers other than IUnknown. So, we're probably up against something difficult here.

Location:
trunk/src/VBox/Main/testcase
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/Makefile.kmk

    r49803 r49906  
    2626 if defined(VBOX_WITH_TESTCASES)
    2727  PROGRAMS       += \
    28         tstAPI \
    29         $(if $(VBOX_OSE),,tstOVF) \
    30         $(if $(VBOX_WITH_XPCOM),tstVBoxAPIXPCOM,tstVBoxAPIWin) \
    31         $(if $(VBOX_WITH_RESOURCE_USAGE_API),tstCollector,) \
    32         $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlParseBuffer,) \
    33         $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlContextID,) \
    34         tstMediumLock \
    35         tstMouseImpl
     28        tstAPI \
     29        tstVBoxAPIPerf \
     30        $(if $(VBOX_OSE),,tstOVF) \
     31        $(if $(VBOX_WITH_XPCOM),tstVBoxAPIXPCOM,tstVBoxAPIWin) \
     32        $(if $(VBOX_WITH_RESOURCE_USAGE_API),tstCollector,) \
     33        $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlParseBuffer,) \
     34        $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlContextID,) \
     35        tstMediumLock \
     36        tstMouseImpl
    3637  PROGRAMS.linux += \
    37         $(if $(VBOX_WITH_USB),tstUSBProxyLinux,)
     38        $(if $(VBOX_WITH_USB),tstUSBProxyLinux,)
    3839 endif # !VBOX_WITH_TESTCASES
    3940endif # !VBOX_ONLY_SDK
     
    6566tstAPI_SOURCES  = tstAPI.cpp
    6667
     68
     69#
     70# tstVBoxAPIPerf
     71#
     72tstVBoxAPIPerf_TEMPLATE = VBOXMAINCLIENTTSTEXE
     73tstVBoxAPIPerf_SOURCES  = \
     74        tstVBoxAPIPerf.cpp
    6775
    6876#
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