Changeset 27950 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- Apr 1, 2010 5:07:40 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59653
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/PerformanceLinux.cpp
r12546 r27950 39 39 { 40 40 public: 41 virtual int preCollect(const CollectorHints& hints );41 virtual int preCollect(const CollectorHints& hints, uint64_t /* iTick */); 42 42 virtual int getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available); 43 43 virtual int getProcessMemoryUsage(RTPROCESS process, ULONG *used); … … 69 69 // Collector HAL for Linux 70 70 71 int CollectorLinux::preCollect(const CollectorHints& hints )71 int CollectorLinux::preCollect(const CollectorHints& hints, uint64_t /* iTick */) 72 72 { 73 73 std::vector<RTPROCESS> processes;
Note:
See TracChangeset
for help on using the changeset viewer.