VirtualBox

Changeset 27950 in vbox for trunk/src/VBox/Main/linux


Ignore:
Timestamp:
Apr 1, 2010 5:07:40 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59653
Message:

#4790: Metrics: Fixed preCollect for Windows and Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/PerformanceLinux.cpp

    r12546 r27950  
    3939{
    4040public:
    41     virtual int preCollect(const CollectorHints& hints);
     41    virtual int preCollect(const CollectorHints& hints, uint64_t /* iTick */);
    4242    virtual int getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available);
    4343    virtual int getProcessMemoryUsage(RTPROCESS process, ULONG *used);
     
    6969// Collector HAL for Linux
    7070
    71 int CollectorLinux::preCollect(const CollectorHints& hints)
     71int CollectorLinux::preCollect(const CollectorHints& hints, uint64_t /* iTick */)
    7272{
    7373    std::vector<RTPROCESS> processes;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette