Changeset 28744 in vbox
- Timestamp:
- Apr 26, 2010 11:19:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r28694 r28744 9194 9194 9195 9195 /* Create sub metrics */ 9196 pm::SubMetric *guestLoadUser = new pm::SubMetric("Guest/C pu/Load/User",9196 pm::SubMetric *guestLoadUser = new pm::SubMetric("Guest/CPU/Load/User", 9197 9197 "Percentage of processor time spent in user mode as seen by the guest."); 9198 pm::SubMetric *guestLoadKernel = new pm::SubMetric("Guest/C pu/Load/Kernel",9198 pm::SubMetric *guestLoadKernel = new pm::SubMetric("Guest/CPU/Load/Kernel", 9199 9199 "Percentage of processor time spent in kernel mode as seen by the guest."); 9200 pm::SubMetric *guestLoadIdle = new pm::SubMetric("Guest/C pu/Load/Idle",9200 pm::SubMetric *guestLoadIdle = new pm::SubMetric("Guest/CPU/Load/Idle", 9201 9201 "Percentage of processor time spent idling as seen by the guest."); 9202 9202
Note:
See TracChangeset
for help on using the changeset viewer.