~ubuntu-sdk-team/qtcreator-plugin-remotelinux/trunk

« back to all changes in this revision

Viewing changes to src/valgrind/valgrindconfigwidget.ui

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
<p>By default, only instruction read accesses will be counted ("Ir").</p>
153
153
<p>
154
154
With cache simulation, further event counters are enabled:
155
 
<ul><li>Cache misses on instruction reads ("I1mr"/"I2mr")</li>
156
 
<li>Data read accesses ("Dr") and related cache misses ("D1mr"/"D2mr")</li>
157
 
<li>Data write accesses ("Dw") and related cache misses ("D1mw"/"D2mw")</li></ul>
 
155
<ul><li>Cache misses on instruction reads ("I1mr"/"I2mr").</li>
 
156
<li>Data read accesses ("Dr") and related cache misses ("D1mr"/"D2mr").</li>
 
157
<li>Data write accesses ("Dw") and related cache misses ("D1mw"/"D2mw").</li></ul>
158
158
</p>
159
159
 
160
160
&lt;/body&gt;&lt;/html&gt;</string>
168
168
          <widget class="QCheckBox" name="enableBranchSim">
169
169
           <property name="toolTip">
170
170
            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
171
 
&lt;p&gt;Do branch prediction simulation.&lt;/p&gt;
 
171
&lt;p&gt;Does branch prediction simulation.&lt;/p&gt;
172
172
&lt;p&gt;Further event counters are enabled: &lt;/p&gt;
173
173
&lt;ul&gt;&lt;li&gt;Number of executed conditional branches and related predictor misses (
174
 
&quot;Bc&quot;/&quot;Bcm&quot;)&lt;/li&gt;
 
174
&quot;Bc&quot;/&quot;Bcm&quot;).&lt;/li&gt;
175
175
&lt;li&gt;Executed indirect jumps and related misses of the jump address predictor (
176
 
&quot;Bi&quot;/&quot;Bim&quot;)&lt;/li&gt;&lt;/ul&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
176
&quot;Bi&quot;/&quot;Bim&quot;).&lt;/li&gt;&lt;/ul&gt;&lt;/body&gt;&lt;/html&gt;</string>
177
177
           </property>
178
178
           <property name="text">
179
179
            <string>Enable branch prediction simulation</string>
183
183
         <item row="2" column="0">
184
184
          <widget class="QCheckBox" name="collectSystime">
185
185
           <property name="toolTip">
186
 
            <string>Collect information for system call times.</string>
 
186
            <string>Collects information for system call times.</string>
187
187
           </property>
188
188
           <property name="text">
189
189
            <string>Collect system call time</string>
205
205
      </item>
206
206
      <item row="1" column="0">
207
207
       <widget class="QLabel" name="visualisationMinimumInclusiveCostRatioLabel">
208
 
        <property name="toolTip">
209
 
         <string/>
210
 
        </property>
211
208
        <property name="text">
212
209
         <string>Visualization: Minimum event cost:</string>
213
210
        </property>