Changeset 54306 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Feb 19, 2015 6:40:36 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98381
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstSupTscDelta.cpp
r54288 r54306 165 165 if (pGip->aCPUs[iCpu].enmState == SUPGIPCPUSTATE_ONLINE) 166 166 { 167 rc = SUPR3TscDeltaMeasure(pGip->aCPUs[iCpu].idCpu, false /*fAsync*/, true /*fForce*/, 167 rc = SUPR3TscDeltaMeasure(pGip->aCPUs[iCpu].idCpu, false /*fAsync*/, true /*fForce*/, 64, 16 /*ms*/); 168 168 if (RT_FAILURE(rc)) 169 169 RTTestFailed(hTest, "SUPR3TscDeltaMeasure failed on %#x: %Rrc", pGip->aCPUs[iCpu].idCpu, rc);
Note:
See TracChangeset
for help on using the changeset viewer.