forked from qt-creator/qt-creator
Fix tooltips, add lacking dots
Change-Id: Id54a11b6868d5033fd1ecfd6324b7e50b94e305c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -152,9 +152,9 @@
|
||||
<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>
|
||||
<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>
|
||||
@@ -168,12 +168,12 @@ With cache simulation, further event counters are enabled:
|
||||
<widget class="QCheckBox" name="enableBranchSim">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body>
|
||||
<p>Do branch prediction simulation.</p>
|
||||
<p>Does 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>
|
||||
"Bc"/"Bcm").</li>
|
||||
<li>Executed indirect jumps and related misses of the jump address predictor (
|
||||
"Bi"/"Bim")</li></ul></body></html></string>
|
||||
"Bi"/"Bim").</li></ul></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enable branch prediction simulation</string>
|
||||
@@ -183,7 +183,7 @@ With cache simulation, further event counters are enabled:
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="collectSystime">
|
||||
<property name="toolTip">
|
||||
<string>Collect information for system call times.</string>
|
||||
<string>Collects information for system call times.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Collect system call time</string>
|
||||
@@ -205,9 +205,6 @@ With cache simulation, further event counters are enabled:
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="visualisationMinimumInclusiveCostRatioLabel">
|
||||
<property name="toolTip">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Visualization: Minimum event cost:</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user