diff options
Diffstat (limited to 'src/plugins/valgrind/callgrindconfigwidget.ui')
-rw-r--r-- | src/plugins/valgrind/callgrindconfigwidget.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/valgrind/callgrindconfigwidget.ui b/src/plugins/valgrind/callgrindconfigwidget.ui index 077a4af750f..877c88a5253 100644 --- a/src/plugins/valgrind/callgrindconfigwidget.ui +++ b/src/plugins/valgrind/callgrindconfigwidget.ui @@ -26,7 +26,7 @@ <item row="0" column="0"> <widget class="QLabel" name="minimumInclusiveCostRatioLabel"> <property name="toolTip"> - <string>This option limits the amount of results the profiler will give you. A lower limit will likely increase performance.</string> + <string>Limits the amount of results the profiler gives you. A lower limit will likely increase performance.</string> </property> <property name="text"> <string>Result view: Show events with inclusive costs higher than:</string> @@ -65,7 +65,7 @@ <widget class="QCheckBox" name="enableCacheSim"> <property name="toolTip"> <string><html><head/><body> -<p>Specify if you want to do full cache simulation.</p> +<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: @@ -74,7 +74,7 @@ With cache simulation, further event counters are enabled: <li>Data write accesses ("Dw") and related cache misses ("D1mw"/"D2mw")</li></ul> </p> -For more information, see ???.</p></body></html></string> +</body></html></string> </property> <property name="text"> <string>Enable cache simulation</string> @@ -85,7 +85,7 @@ For more information, see ???.</p></body></html></string> <widget class="QCheckBox" name="enableBranchSim"> <property name="toolTip"> <string><html><head/><body> -<p>Specify if you want to do branch prediction simulation.</p> +<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> @@ -100,7 +100,7 @@ For more information, see ???.</p></body></html></string> <item row="2" column="0"> <widget class="QCheckBox" name="collectSystime"> <property name="toolTip"> - <string>This specifies whether information for system call times should be collected.</string> + <string>Collect information for system call times.</string> </property> <property name="text"> <string>Collect system call time</string> @@ -110,7 +110,7 @@ For more information, see ???.</p></body></html></string> <item row="3" column="0"> <widget class="QCheckBox" name="collectBusEvents"> <property name="toolTip"> - <string>This specifies whether the number of global bus events executed should be collected. The event type "Ge" is used for these events.</string> + <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> |