VirtualBox

Changeset 74524 in vbox for trunk/src


Ignore:
Timestamp:
Sep 28, 2018 2:00:23 PM (6 years ago)
Author:
vboxsync
Message:

VMM/testcase: Added simple native NEM engine benchmark, currently only supporting windows. bugref:9044

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

Legend:

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

    r72892 r74524  
    407407endif # VBOX_WITH_RAW_MODE
    408408
     409
     410#
     411# Special NEM host testcase.
     412#
     413if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.amd64)
     414 PROGRAMS += NemRawBench-1
     415 NemRawBench-1_TEMPLATE = VBoxR3Static
     416 NemRawBench-1_SOURCES = NemRawBench-1.cpp
     417 NemRawBench-1_BLD_TYPE = release
     418 NemRawBench-1_INCS.win = \
     419        $(KBUILD_DEVTOOLS)/win.x86/sdk/v10.0.17134.0/include/10.0.17134.0/um \
     420        $(KBUILD_DEVTOOLS)/win.x86/sdk/v10.0.17134.0/include/10.0.17134.0/shared
     421endif
     422
     423
    409424ifdef VBOX_WITH_PDM_ASYNC_COMPLETION
    410425 #
Note: See TracChangeset for help on using the changeset viewer.

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