VirtualBox

Ignore:
Timestamp:
Feb 15, 2022 2:29:56 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149937
Message:

IPRT,ValKit,VMMDevTesting.h: Added picoseconds to the test units. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/constants/valueunit.py

    r93115 r93754  
    7777TICKS_PER_PAGE          = 0x25;
    7878NS_PER_PAGE             = 0x26;
    79 END                     = 0x27;
     79PS                      = 0x27;
     80PS_PER_CALL             = 0x28;
     81PS_PER_FRAME            = 0x29;
     82PS_PER_OCCURRENCE       = 0x2a;
     83PS_PER_PACKET           = 0x2b;
     84PS_PER_ROUND_TRIP       = 0x2c;
     85PS_PER_PAGE             = 0x2d;
     86END                     = 0x2e;
    8087## @}
    8188
     
    123130    'ticks/page',
    124131    'ns/page',
     132    'ps',
     133    'ps/call',
     134    'ps/frame',
     135    'ps/occurrences',
     136    'ps/packet',
     137    'ps/roundtrips',
     138    'ps/page',
    125139];
    126140assert g_asNames[PP1K] == 'pp1k';
    127141assert g_asNames[NS_PER_PAGE] == 'ns/page';
     142assert g_asNames[PS_PER_PAGE] == 'ps/page';
    128143
    129144
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