Changeset 45530 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Apr 12, 2013 7:33:50 PM (12 years ago)
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r43387 r45530 267 267 tstMicro_SOURCES = tstMicro.cpp 268 268 tstMicro_LIBS = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME) 269 tstMicro_DEFS = $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) 269 270 270 271 tstMicroRC_TEMPLATE = VBoxRc 271 272 tstMicroRC_SOURCES = tstMicroRC.cpp tstMicroRCA.asm 272 tstMicroRC_DEFS = 273 tstMicroRC_DEFS = $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) 273 274 tstMicroRC_INCS = $(VBOX_PATH_VMM_SRC)/testcase 274 275 ifeq ($(VBOX_LDR_FMT32),pe) -
trunk/src/VBox/VMM/testcase/tstMicro.cpp
r44528 r45530 280 280 #endif 281 281 282 #ifdef VBOX_WITH_RAW_MODE 282 283 /* 283 284 * Do the profiling. … … 317 318 pTst->u64Overhead = cMin; 318 319 } 319 320 320 #endif 321 322 323 #ifdef VBOX_WITH_RAW_MODE 321 324 /* execute the trap/cycle profiling tests. */ 322 325 RTPrintf("\n"); … … 330 333 PrintResultTrap(pTst, enmTest, rc); 331 334 } 332 335 #endif 333 336 334 337 RTPrintf(TESTCASE ": done!\n");
Note:
See TracChangeset
for help on using the changeset viewer.