VirtualBox

Changeset 90682 in vbox


Ignore:
Timestamp:
Aug 13, 2021 11:52:46 AM (3 years ago)
Author:
vboxsync
Message:

bs3-locking-1: Report time per loop, corrected a sub test name. bugref:6695

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-locking-1.c

    r90678 r90682  
    178178    },
    179179    {
    180         "RW Contention Shr/Shr 50us/25us/16k",
     180        "RW None Shr/Shr 50us/25us/16k",
    181181        20000 + 4096,
    182182        50 | (UINT32_C(25) << VMMDEV_TESTING_LOCKED_LO_WAIT_SHIFT),
     
    229229        Bs3TestValue("Loops", cTotal, VMMDEV_TESTING_UNIT_OCCURRENCES);
    230230        Bs3TestValue("Elapsed", cNsElapsed, VMMDEV_TESTING_UNIT_NS);
     231        Bs3TestValue("PerLoop", cNsElapsed / cTotal, VMMDEV_TESTING_UNIT_NS_PER_OCCURRENCE);
    231232    }
    232233
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