Changeset 81411 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 21, 2019 1:21:59 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134125
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationPerformanceMonitor.cpp
r81226 r81411 614 614 /* Draw a doughnut chart where data series are stacked on to of each other: */ 615 615 drawCombinedDoughnutChart(painter, iMaximum, chartRect, innerRect); 616 #if 0 616 617 /* Draw a doughnut shaped chart and then pie chart inside it: */ 617 // drawDoughnutChart(painter, iMaximum, 0 /* iDataIndex */, chartRect, innerRect); 618 // drawPieChart(painter, iMaximum, 1 /* iDataIndex */, innerRect, false); 618 drawDoughnutChart(painter, iMaximum, 0 /* iDataIndex */, chartRect, innerRect); 619 drawPieChart(painter, iMaximum, 1 /* iDataIndex */, innerRect, false); 620 #endif 619 621 } 620 622 else if (fData0 && !fData1) … … 695 697 696 698 UIMetric::UIMetric() 697 : m_iMaximumQueueSize(0) 699 : m_iMaximum(0) 700 , m_iMaximumQueueSize(0) 701 , m_fRequiresGuestAdditions(false) 702 , m_fIsInitialized(false) 698 703 { 699 704 }
Note:
See TracChangeset
for help on using the changeset viewer.