VirtualBox

Changeset 44221 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 1, 2013 5:19:16 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83018
Message:

Forgot header update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/test.h

    r32795 r44221  
    336336    /** The usual invalid value. */
    337337    RTTESTUNIT_INVALID = 0,
    338     /** Percentage. */
     338    /** Percentage (10^-2). */
    339339    RTTESTUNIT_PCT,
    340340    /** Bytes. */
     
    384384    /** Nanoseconds per round trip. */
    385385    RTTESTUNIT_NS_PER_ROUND_TRIP,
     386    /** Parts per thousand (10^-3). */
     387    RTTESTUNIT_PP1K,
     388    /** Parts per ten thousand (10^-4). */
     389    RTTESTUNIT_PP10K,
     390    /** Parts per million (10^-6). */
     391    RTTESTUNIT_PPM,
     392    /** Parts per billion (10^-9). */
     393    RTTESTUNIT_PPB,
    386394    /** The end of valid units. */
    387395    RTTESTUNIT_END
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette