Warning, /kdevelop/kdev-valgrind/tools/callgrind/callgrind_configpage.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>Valgrind::CallgrindConfigPage</class>
0004  <widget class="QWidget" name="Valgrind::CallgrindConfigPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>655</width>
0010     <height>244</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox_2">
0016      <property name="title">
0017       <string/>
0018      </property>
0019      <layout class="QVBoxLayout" name="verticalLayout_2">
0020       <item>
0021        <widget class="QCheckBox" name="kcfg_cacheSim">
0022         <property name="toolTip">
0023          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Specify if you want to do full cache simulation. By default, only instruction read accesses will be counted (&amp;quot;Ir&amp;quot;). With cache simulation, further event counters are enabled: &lt;/p&gt;&lt;p&gt;Cache misses on instruction reads (&amp;quot;I1mr&amp;quot;/&amp;quot;ILmr&amp;quot;), &lt;/p&gt;&lt;p&gt;data read accesses (&amp;quot;Dr&amp;quot;) and related cache misses (&amp;quot;D1mr&amp;quot;/&amp;quot;DLmr&amp;quot;), &lt;/p&gt;&lt;p&gt;data write accesses (&amp;quot;Dw&amp;quot;) and related cache misses (&amp;quot;D1mw&amp;quot;/&amp;quot;DLmw&amp;quot;).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0024         </property>
0025         <property name="text">
0026          <string>Cache simulation</string>
0027         </property>
0028         <property name="checked">
0029          <bool>false</bool>
0030         </property>
0031        </widget>
0032       </item>
0033       <item>
0034        <widget class="QCheckBox" name="kcfg_branchSim">
0035         <property name="toolTip">
0036          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Specify if you want to do branch prediction simulation. Further event counters are enabled: Number of executed conditional branches and related predictor misses (&amp;quot;Bc&amp;quot;/&amp;quot;Bcm&amp;quot;), executed indirect jumps and related misses of the jump address predictor (&amp;quot;Bi&amp;quot;/&amp;quot;Bim&amp;quot;).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0037         </property>
0038         <property name="text">
0039          <string>Branch simulation</string>
0040         </property>
0041         <property name="checked">
0042          <bool>false</bool>
0043         </property>
0044        </widget>
0045       </item>
0046       <item>
0047        <widget class="Line" name="line">
0048         <property name="orientation">
0049          <enum>Qt::Horizontal</enum>
0050         </property>
0051        </widget>
0052       </item>
0053       <item>
0054        <layout class="QFormLayout">
0055         <item row="0" column="0">
0056          <widget class="QLabel" name="extraArgsLabel">
0057           <property name="text">
0058            <string>Extra parameters:</string>
0059           </property>
0060           <property name="buddy">
0061            <cstring>kcfg_extraArgs</cstring>
0062           </property>
0063          </widget>
0064         </item>
0065         <item row="0" column="1">
0066          <widget class="QLineEdit" name="kcfg_extraArgs">
0067           <property name="clearButtonEnabled">
0068            <bool>true</bool>
0069           </property>
0070          </widget>
0071         </item>
0072         <item row="1" column="0">
0073          <widget class="QLabel" name="callgrindAnnotateArgsLabel">
0074           <property name="text">
0075            <string>callgrind_annotate parameters:</string>
0076           </property>
0077           <property name="buddy">
0078            <cstring>kcfg_callgrindAnnotateArgs</cstring>
0079           </property>
0080          </widget>
0081         </item>
0082         <item row="1" column="1">
0083          <widget class="QLineEdit" name="kcfg_callgrindAnnotateArgs">
0084           <property name="clearButtonEnabled">
0085            <bool>true</bool>
0086           </property>
0087          </widget>
0088         </item>
0089        </layout>
0090       </item>
0091       <item>
0092        <widget class="Line" name="line_2">
0093         <property name="orientation">
0094          <enum>Qt::Horizontal</enum>
0095         </property>
0096        </widget>
0097       </item>
0098       <item>
0099        <widget class="QCheckBox" name="kcfg_launchKCachegrind">
0100         <property name="text">
0101          <string>Launch KCachegrind after analysis finish</string>
0102         </property>
0103        </widget>
0104       </item>
0105      </layout>
0106     </widget>
0107    </item>
0108    <item>
0109     <spacer name="verticalSpacer">
0110      <property name="orientation">
0111       <enum>Qt::Vertical</enum>
0112      </property>
0113      <property name="sizeHint" stdset="0">
0114       <size>
0115        <width>20</width>
0116        <height>40</height>
0117       </size>
0118      </property>
0119     </spacer>
0120    </item>
0121   </layout>
0122  </widget>
0123  <tabstops>
0124   <tabstop>kcfg_cacheSim</tabstop>
0125   <tabstop>kcfg_branchSim</tabstop>
0126   <tabstop>kcfg_extraArgs</tabstop>
0127   <tabstop>kcfg_callgrindAnnotateArgs</tabstop>
0128   <tabstop>kcfg_launchKCachegrind</tabstop>
0129  </tabstops>
0130  <resources/>
0131  <connections/>
0132 </ui>