Changeset 87747 in vbox for trunk/include/VBox
- Timestamp:
- Feb 13, 2021 3:01:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/tm.h
r87633 r87747 99 99 VMMR3DECL(int) TMR3GetCpuLoadTimes(PVM pVM, VMCPUID idCpu, uint64_t *pcNsTotal, uint64_t *pcNsExecuting, 100 100 uint64_t *pcNsHalted, uint64_t *pcNsOther); 101 #endif102 101 VMMR3DECL(int) TMR3GetCpuLoadPercents(PUVM pVUM, VMCPUID idCpu, uint64_t *pcMsInterval, uint8_t *pcPctExecuting, 103 102 uint8_t *pcPctHalted, uint8_t *pcPctOther); 103 #endif 104 104 105 105
Note:
See TracChangeset
for help on using the changeset viewer.