Changeset 12457 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 15, 2008 11:14:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Performance.h
r12400 r12457 137 137 { 138 138 public: 139 virtual ~CollectorHAL() { }; 139 140 virtual int preCollect(const CollectorHints& hints) { return VINF_SUCCESS; } 140 141 virtual int getHostCpuLoad(ULONG *user, ULONG *kernel, ULONG *idle);
Note:
See TracChangeset
for help on using the changeset viewer.