summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-12-04 13:30:54 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-06 14:25:08 +0000
commit4223d76c484831bb389209ab76e905ee7cfaf2a1 (patch)
tree155088bbf31c7aa3241f569ad49b3f38facb0eb3 /doc
parentdf4e46ff02a6a361770d86eec395338abaf74213 (diff)
downloadqt-creator-4223d76c484831bb389209ab76e905ee7cfaf2a1.tar.gz
QmlProfiler: Rename "events" to "statistics" view
Change-Id: Id552e0ead056214a7d72dd618c54897b55cd5e38 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/analyze/qtquick-profiler.qdoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/analyze/qtquick-profiler.qdoc b/doc/src/analyze/qtquick-profiler.qdoc
index cd66f2339a..41efbca00f 100644
--- a/doc/src/analyze/qtquick-profiler.qdoc
+++ b/doc/src/analyze/qtquick-profiler.qdoc
@@ -521,9 +521,9 @@
\li None
\endtable
- \section1 Viewing Events
+ \section1 Viewing Statistics
- The \uicontrol Events view displays the number of times each binding, create,
+ The \uicontrol Statistics view displays the number of times each binding, create,
compile, JavaScript, or signal event is triggered and the average time it
takes. This allows you to examine which events you need to optimize. A high
number of occurrences might indicate that an event is triggered
@@ -533,7 +533,7 @@
Click on an event to move to it in the source code
in the code editor.
- \image qtcreator-analyzer-bindings.png "Events view"
+ \image qtcreator-analyzer-bindings.png "Statistics view"
The \uicontrol Callers and \uicontrol Callees panes show dependencies between events.
They allow you to examine the internal functions of the application.
@@ -545,13 +545,13 @@
Click on an event to move to it in the source code in the code editor.
When you select an event in the \uicontrol Timeline view, information about it is
- displayed in the \uicontrol Events view. To view an event range in the \uicontrol Events
- view, select \uicontrol {Limit Events Pane to Current Range} in the context menu
- in the \uicontrol Timeline view.
+ displayed in the \uicontrol Statistics view. To view an event range in the
+ \uicontrol Statistics view, select \uicontrol {Limit Statistics Pane to Current Range}
+ in the context menu in the \uicontrol Timeline view.
To copy the contents of one view or row to the clipboard, select
\uicontrol {Copy Table} or \uicontrol {Copy Row} in the context menu.
- JavaScript events are shown in the \uicontrol Events view only for applications
+ JavaScript events are shown in the \uicontrol Statistics view only for applications
that use Qt Quick 2 and are compiled with Qt 5.3 or later.
*/