~timo-jyrinki/ubuntu/saucy/qtcreator/add_workaround_back

« back to all changes in this revision

Viewing changes to doc/src/projects/creator-projects-settings-run-analyze.qdocinc

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-11-18 16:18:49 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20111118161849-5t8jugl6egvs4iev
Tags: 2.4.0~rc-0ubuntu1
* New upstream release candidate.
* Drop 04_fix_ftbfs_arm_qreal.diff, merged upstream.
* Refresh 01_fix_installation_paths.diff.
* Compress binary packages with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
    \section2 Specifying Analyzer Settings
 
2
 
 
3
    \QC integrates \l{Analyzing Code}{Valgrind code analysis tools} for
 
4
    detecting memory leaks and profiling function execution. You can configure
 
5
    the tools according to your needs.
 
6
 
 
7
    You can specify analyzer settings for the desktop and Qt Simulator targets.
 
8
    You can specify them either globally for all projects or separately for each
 
9
    project.
 
10
 
 
11
    To specify analyzer settings for the current project:
 
12
 
 
13
    \list 1
 
14
 
 
15
        \o  In the \gui {Analyzer Settings} section, select \gui Custom.
 
16
 
 
17
        \o  Specify analyzer settings for the project.
 
18
 
 
19
            \image qtcreator-analyzer-settings.png "Analyzer Settings"
 
20
 
 
21
    \endlist
 
22
 
 
23
    For more information about the settings, see:
 
24
 
 
25
    \list
 
26
 
 
27
        \o  \l{Selecting Options for Memory Analysis}
 
28
 
 
29
        \o  \l{Selecting Profiling Options}
 
30
 
 
31
    \endlist
 
32
 
 
33
    Click \gui {Restore Global} to revert to the global settings.
 
34
 
 
35
    To specify global analyzer settings, select \gui {Tools > Options >
 
36
    Analyzer}.
 
37