VirtualBox

Changeset 92302 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Nov 9, 2021 9:26:03 PM (3 years ago)
Author:
vboxsync
Message:

ValKit: Some new test units - forgot testmanager. bugref:10093

File:
1 edited

Legend:

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

    r82968 r92302  
    7070PPM                     = 0x1e;
    7171PPB                     = 0x1f;
    72 END                     = 0x20;
     72TICKS                   = 0x20;
     73TICKS_PER_CALL          = 0x21;
     74TICKS_PER_OCCURENCE     = 0x22;
     75PAGES                   = 0x23;
     76PAGES_PER_SEC           = 0x24;
     77TICKS_PER_PAGE          = 0x25;
     78NS_PER_PAGE             = 0x26;
     79END                     = 0x27;
    7380## @}
    7481
     
    109116    'ppm',
    110117    'ppb',
     118    'ticks',
     119    'ticks/call',
     120    'ticks/occ',
     121    'pages',
     122    'pages/sec',
     123    'ticks/page',
     124    'ns/page',
    111125];
    112126assert g_asNames[PP1K] == 'pp1k';
     127assert g_asNames[NS_PER_PAGE] == 'ns/page';
    113128
    114129
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