VirtualBox

Changeset 9904 in vbox for trunk/src/VBox/Runtime/r3/os2


Ignore:
Timestamp:
Jun 25, 2008 11:03:03 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32323
Message:

Global and per-VM CPU usage API added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/os2/system-os2.cpp

    r8245 r9904  
    6666}
    6767
     68RTDECL(int) RTSystemProcessorGetUsageStats(PRTCPUUSAGESTATS pStats)
     69{
     70    /* @todo Implement! */
     71    return VERR_NOT_IMPLEMENTED;
     72}
     73
     74RTDECL(int) RTProcessGetProcessorUsageStats(RTPROCESS pid, PRTPROCCPUUSAGESTATS pStats)
     75{
     76    /* @todo Implement! */
     77    return VERR_NOT_IMPLEMENTED;
     78}
     79
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