VirtualBox

source: vbox/trunk/src/VBox/Main/include/Performance.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @85263   4 years vboxsync Main/Performance.cpp/h: A whole bunch of int/HRESULT mixups. bugref:9790
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80668   5 years vboxsync Main/Performance: We don't measure diskspace is millibytes (mB), it …
(edit) @76562   6 years vboxsync Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76487   6 years vboxsync Main/include: Slapped #pragma once on all headers in prep for GCC …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @62485   8 years vboxsync (C) 2016
(edit) @62157   8 years vboxsync *: Instead of suppressing -Wno-delete-non-virtual-dtor globally we try …
(edit) @56587   9 years vboxsync Main/Performance: convert to API wrapper usage, and quite a bit of cleanup
(edit) @55769   10 years vboxsync Main: it++ => ++it
(edit) @48955   11 years vboxsync Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.
(edit) @48013   11 years vboxsync Main/Performance: fix the return code
(edit) @45051   12 years vboxsync Main/Metrics: handle less common cases for FS to disk resolution (#6345)
(edit) @44551   12 years vboxsync Windows build fix
(edit) @44548   12 years vboxsync Main/Metrics: Update link status on metrics setup, do not collect …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44450   12 years vboxsync Main/Metrics: Adjust per-VM CPU load by number of cores on Solaris (#6345)
(edit) @43994   12 years vboxsync Main/Metrics: Do not collect data for unplugged host interfaces (#6345)
(edit) @43958   12 years vboxsync Main/Metrics: Host disk size, linux only (#6345)
(edit) @43949   12 years vboxsync Main/Metics: VM disk usage metric (#6345)
(edit) @43933   12 years vboxsync Main/Metrics: Host link speed metric and the fix for base name …
(edit) @43908   12 years vboxsync Main/Metrics: VM network rate metrics (#6345)
(edit) @43831   12 years vboxsync Main/Metrics: Disk and filesystem metrics for Solaris (#6345)
(edit) @43629   12 years vboxsync Main/Metrics: Linux fs/disk metrics, VBoxManage filtering + minor …
(edit) @43618   12 years vboxsync Main/Metrics: Fixes for Solaris network metrics (#6345)
(edit) @43507   12 years vboxsync Main/Metrics: Alternative way to get link speed for old kernels (#6345)
(edit) @43456   12 years vboxsync Main/Metrics: Missing interface detection (#6345)
(edit) @43453   12 years vboxsync Main/Metrics: Fixed the issue causing unregistration of all metrics …
(edit) @43445   12 years vboxsync Main/Metrics: Host network metrics, linux only (#6345)
(edit) @40358   13 years vboxsync Main/Metrics: All calls to VM processes are done in separate thread (#6029)
(edit) @40084   13 years vboxsync Main/Metrics: Guests now push collected metrics to VBoxSVC instead of …
(edit) @36842   14 years vboxsync Main/Metrics: Memory leak fixes
(edit) @36839   14 years vboxsync Main/Metrics: Locking revised to prevent lockups on VM shutdown (#5637)
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36128   14 years vboxsync Main/Metrics: Hypervisor and guest metrics re-done (#5566)
(edit) @36036   14 years vboxsync indent
(edit) @35964   14 years vboxsync Metrics: Introduced RAM/VMM base metric
(edit) @30847   14 years vboxsync Main/Machine+Performance+VirtualBox: move deleting the performance …
(edit) @29632   15 years vboxsync Missing init
(edit) @29630   15 years vboxsync Main: gcc warning
(edit) @29620   15 years vboxsync Statistics for shared pages
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28205   15 years vboxsync Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted …
(edit) @28058   15 years vboxsync Main: warnings
(edit) @28038   15 years vboxsync Wrong units
(edit) @28036   15 years vboxsync More metrics changes
(edit) @28012   15 years vboxsync Use PGMR3QueryFreeMemory instead
(edit) @28005   15 years vboxsync Metrics updates
(edit) @28004   15 years vboxsync Metrics updates
(edit) @27998   15 years vboxsync Dropped Guest/Pagefile/Usage/Free
(edit) @27942   15 years vboxsync whitespace
(edit) @27939   15 years vboxsync Main/Performance warnings
(edit) @27930   15 years vboxsync Metrics updates (untested)
(edit) @27885   15 years vboxsync Metrics: work in progress
(edit) @27849   15 years vboxsync metrics update
(edit) @27822   15 years vboxsync Removed guest statistics interface; to be merged with metrics.
(edit) @26511   15 years vboxsync Main: tabs -> spaces.
(edit) @26128   15 years vboxsync Main/Performance: Another burn fix.
(edit) @26126   15 years vboxsync Main/Performance: Burn fix.
(edit) @26122   15 years vboxsync Main/Performance: Use iprt::MiniString instead of std::string.
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @19270   16 years vboxsync #3354: SubMetric instances leak fixed. No more leaks in metric …
(edit) @19069   16 years vboxsync Tiny descriptions of CollectorHAL methods.
(edit) @17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14949   16 years vboxsync Appended vim modeline to set tabstop and expand tabs (in the way …
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @12973   16 years vboxsync PerfAPI: New method queryMetricsDataEx()
(edit) @12942   16 years vboxsync PerfAPI: Fixed the problem with passing null/empty arrays to PerfAPI …
(edit) @12678   16 years vboxsync PerfAPI: Handling of trailing colon in filter patterns
(edit) @12546   16 years vboxsync PerfAPI: Improved Linux collector
(edit) @12513   16 years vboxsync PerfAPI: Windows collector re-done: WMI replaced with kernel and psapi …
(edit) @12457   16 years vboxsync Fixed small memory leak in the Windows implementation. Fixed lack of …
(edit) @12400   16 years vboxsync PerfAPI: Improved Win collector. More realistic performance test. No …
(edit) @11583   16 years vboxsync PerfAPI: New attribute PerformanceMetric::description
(edit) @11571   16 years vboxsync PerfAPI: Globbing support stolen from VMM/STAM.cpp
(edit) @11498   16 years vboxsync PerfAPI: Moved linux implementation of CPU/MHz to CollectorHAL since …
(edit) @11377   16 years vboxsync PerfAPI: Fixed the ranges to fit into INT32, uninitialized periods, …
(edit) @11180   16 years vboxsync PerfAPI: replaced unsigned long with ULONG to get rid of solaris …
(edit) @10870   16 years vboxsync PerfAPI: Min/max value fix for CPU Load counters.
(edit) @10868   16 years vboxsync PerfAPI: Windows collector re-worked to extract raw counters via WMI. …
(edit) @10770   16 years vboxsync Main: Performance: Second m is redundant. Some locking-related todos.
(edit) @10753   16 years vboxsync Stubs for all platforms. Implementation of host CPU load and RAM usage …
(edit) @10726   16 years vboxsync Disabled Perf code in tstAPI to fix builds.
(edit) @10725   16 years vboxsync Perf API: Filtering
(edit) @10713   16 years vboxsync Perf API: aggregators, data collection, Host RAM metrics, Linux RAM …
(edit) @10679   16 years vboxsync Filtering sketched. There is a crash in VirtualBox::uninit on Windows.
(add) @10641   16 years vboxsync Performance API files exported to OSE.
Note: See TracRevisionLog for help on using the revision log.

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