Changeset 93754 in vbox for trunk/include/VBox/VMMDevTesting.h
- Timestamp:
- Feb 15, 2022 2:29:56 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDevTesting.h
r93115 r93754 185 185 #define VMMDEV_TESTING_UNIT_TICKS_PER_PAGE UINT8_C(0x25) /**< CPU ticks per page. */ 186 186 #define VMMDEV_TESTING_UNIT_NS_PER_PAGE UINT8_C(0x26) /**< Nanoseconds per page. */ 187 #define VMMDEV_TESTING_UNIT_PS UINT8_C(0x27) /**< Picoseconds. */ 188 #define VMMDEV_TESTING_UNIT_PS_PER_CALL UINT8_C(0x28) /**< Picoseconds per call. */ 189 #define VMMDEV_TESTING_UNIT_PS_PER_FRAME UINT8_C(0x29) /**< Picoseconds per frame. */ 190 #define VMMDEV_TESTING_UNIT_PS_PER_OCCURRENCE UINT8_C(0x2a) /**< Picoseconds per occurrence. */ 191 #define VMMDEV_TESTING_UNIT_PS_PER_PACKET UINT8_C(0x2b) /**< Picoseconds per frame. */ 192 #define VMMDEV_TESTING_UNIT_PS_PER_ROUND_TRIP UINT8_C(0x2c) /**< Picoseconds per round trip. */ 193 #define VMMDEV_TESTING_UNIT_PS_PER_PAGE UINT8_C(0x2d) /**< Picoseconds per page. */ 187 194 /** @} */ 188 195
Note:
See TracChangeset
for help on using the changeset viewer.