2011-03-04 12:15:18 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2011-04-04 14:39:28 +02:00
|
|
|
<class>Valgrind::Internal::ValgrindConfigWidget</class>
|
|
|
|
|
<widget class="QWidget" name="Valgrind::Internal::ValgrindConfigWidget">
|
2011-03-04 12:15:18 +01:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2011-10-27 20:16:00 +02:00
|
|
|
<width>597</width>
|
2011-07-12 16:47:32 +02:00
|
|
|
<height>312</height>
|
2011-03-04 12:15:18 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2011-07-12 16:47:32 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0" colspan="2">
|
2011-03-04 12:15:18 +01:00
|
|
|
<widget class="QGroupBox" name="commonValgrindOptions">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
2011-07-12 16:47:32 +02:00
|
|
|
<verstretch>0</verstretch>
|
2011-03-04 12:15:18 +01:00
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
2011-04-04 14:39:28 +02:00
|
|
|
<string>Generic Settings</string>
|
2011-03-04 12:15:18 +01:00
|
|
|
</property>
|
2011-07-12 16:47:32 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="valgrindExeLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Valgrind executable:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2011-10-27 20:16:00 +02:00
|
|
|
<widget class="Utils::PathChooser" name="valgrindExeChooser" native="true">
|
2011-07-12 16:47:32 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="memcheckOptions">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Memory Analysis Options</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_4">
|
2011-03-04 12:15:18 +01:00
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|
|
|
|
</property>
|
2011-07-12 16:47:32 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="numCallersLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Backtrace frame count:</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>numCallers</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Suppression files:</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>suppressionList</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QListView" name="suppressionList">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>1</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,1">
|
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
|
<enum>QLayout::SetMinimumSize</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="addSuppression">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Add...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="removeSuppression">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Remove</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="flat">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="numCallers">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>50</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>12</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="trackOrigins">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Track origins of uninitialized memory</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QGroupBox" name="memcheckOptions_2">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Profiling Options</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
2011-03-04 12:15:18 +01:00
|
|
|
<item row="0" column="0">
|
2011-07-12 16:47:32 +02:00
|
|
|
<widget class="QLabel" name="minimumInclusiveCostRatioLabel">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Limits the amount of results the profiler gives you. A lower limit will likely increase performance.</string>
|
|
|
|
|
</property>
|
2011-03-04 12:15:18 +01:00
|
|
|
<property name="text">
|
2011-07-12 16:47:32 +02:00
|
|
|
<string>Result view: Minimum event cost:</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>minimumInclusiveCostRatio</cstring>
|
2011-03-04 12:15:18 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
2011-07-12 16:47:32 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="minimumInclusiveCostRatio">
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>%</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="decimals">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>10.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
|
<widget class="QGroupBox" name="enableEventToolTips">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Show additional information for events in tooltips</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="enableCacheSim">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string><html><head/><body>
|
|
|
|
|
<p>Does full cache simulation.</p>
|
|
|
|
|
<p>By default, only instruction read accesses will be counted ("Ir").</p>
|
|
|
|
|
<p>
|
|
|
|
|
With cache simulation, further event counters are enabled:
|
|
|
|
|
<ul><li>Cache misses on instruction reads ("I1mr"/"I2mr")</li>
|
|
|
|
|
<li>Data read accesses ("Dr") and related cache misses ("D1mr"/"D2mr")</li>
|
|
|
|
|
<li>Data write accesses ("Dw") and related cache misses ("D1mw"/"D2mw")</li></ul>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
</body></html></string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Enable cache simulation</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="enableBranchSim">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string><html><head/><body>
|
|
|
|
|
<p>Do branch prediction simulation.</p>
|
|
|
|
|
<p>Further event counters are enabled: </p>
|
|
|
|
|
<ul><li>Number of executed conditional branches and related predictor misses (
|
|
|
|
|
"Bc"/"Bcm")</li>
|
|
|
|
|
<li>Executed indirect jumps and related misses of the jump address predictor (
|
|
|
|
|
"Bi"/"Bim")</li></ul></body></html></string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Enable branch prediction simulation</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="collectSystime">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Collect information for system call times.</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Collect system call time</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="collectBusEvents">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Collect the number of global bus events that are executed. The event type "Ge" is used for these events.</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Collect global bus events</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="visualisationMinimumInclusiveCostRatioLabel">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Visualisation: Minimum event cost:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="visualisationMinimumInclusiveCostRatio">
|
|
|
|
|
<property name="prefix">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>%</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<double>0.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>50.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2011-03-04 12:15:18 +01:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2011-07-12 16:47:32 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeType">
|
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>1</width>
|
|
|
|
|
<height>500</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2011-03-04 12:15:18 +01:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>Utils::PathChooser</class>
|
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
|
<header location="global">utils/pathchooser.h</header>
|
|
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|