~efargaspro/+junk/codeblocks-16.01-release

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<?xml version="1.0" encoding="utf-8" ?>
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
	<object class="wxPanel" name="dlgCBProfilerConfig">
		<object class="wxBoxSizer">
			<orient>wxVERTICAL</orient>
			<object class="sizeritem">
				<object class="wxNotebook" name="nbTabs">
					<object class="notebookpage">
						<object class="wxPanel" name="tabOutput">
							<object class="wxBoxSizer">
								<orient>wxVERTICAL</orient>
								<object class="sizeritem">
									<object class="wxStaticBoxSizer">
										<label>Output Options</label>
										<orient>wxVERTICAL</orient>
										<object class="sizeritem">
											<object class="wxStaticText" name="stxtWarning">
												<label>Specifying any of these options overrides the default,&#x0A;which prints a flat profile and call graph analysis for all functions</label>
												<fg>#BB0000</fg>
											</object>
											<flag>wxALL|wxALIGN_LEFT</flag>
											<border>8</border>
										</object>
										<object class="sizeritem">
											<object class="wxFlexGridSizer">
												<cols>2</cols>
												<vgap>5</vgap>
												<object class="sizeritem">
													<object class="wxCheckBox" name="chkAnnSource">
														<label>Annotated source</label>
														<tooltip>This option causes gprof to print annotated source code</tooltip>
													</object>
													<flag>wxRIGHT|wxALIGN_CENTER_VERTICAL</flag>
													<border>8</border>
												</object>
												<object class="sizeritem">
													<object class="wxTextCtrl" name="txtAnnSource">
														<tooltip>If specified, print output only for matching symbols</tooltip>
													</object>
													<flag>wxLEFT|wxRIGHT|wxALIGN_CENTER_VERTICAL</flag>
												</object>
												<object class="sizeritem">
													<object class="wxCheckBox" name="chkBrief">
														<label>Brief</label>
														<tooltip>If selected, doesn&apos;t print the verbose blurbs that try to explain the meaning of all of the fields in the tables</tooltip>
													</object>
													<flag>wxALIGN_TOP</flag>
													<border>8</border>
												</object>
												<object class="spacer">
													<flag>wxALIGN_BOTTOM</flag>
													<border>5</border>
													<option>1</option>
												</object>
												<object class="sizeritem">
													<object class="wxCheckBox" name="chkFileInfo">
														<label>File Info</label>
														<tooltip>This option causes gprof to display summary information about the profile data file(s) and then exit</tooltip>
													</object>
													<flag>wxALIGN_TOP</flag>
													<border>8</border>
												</object>
												<object class="spacer">
													<flag>wxALIGN_BOTTOM</flag>
													<border>5</border>
													<option>1</option>
												</object>
												<object class="sizeritem">
													<object class="wxCheckBox" name="chkUnusedFunctions">
														<label>Unused functions</label>
														<tooltip>Mention  all  functions  in the flat  profile, even those that were never called, and that had no time spent in them. (Useful with static call graph.)</tooltip>
													</object>
													<flag></flag>
												</object>
												<object class="spacer">
													<flag>wxALIGN_BOTTOM</flag>
													<border>5</border>
													<option>1</option>
												</object>
												<object class="sizeritem">
													<object class="wxCheckBox" name="chkStaticCallGraph">
														<label>Static call graph</label>
														<tooltip>Augmented call graph by a heuristic which examines the text space of the object file and identifies function calls in the binary machine code.</tooltip>
													</object>
													<flag></flag>
												</object>
											</object>
											<flag>wxALL|wxALIGN_LEFT</flag>
											<border>5</border>
											<option>1</option>
										</object>
									</object>
									<flag>wxALL|wxEXPAND</flag>
									<border>8</border>
								</object>
							</object>
						</object>
						<label>Output</label>
					</object>
					<object class="notebookpage">
						<object class="wxPanel" name="tabAnalysis">
							<object class="wxBoxSizer">
								<orient>wxVERTICAL</orient>
								<object class="sizeritem">
									<object class="wxStaticBoxSizer">
										<label>Analysis Options</label>
										<orient>wxVERTICAL</orient>
										<object class="sizeritem">
											<object class="wxCheckBox" name="chkNoStatic">
												<label>No static</label>
												<tooltip>This option causes gprof to suppress the printing of statically declared (private) functions</tooltip>
											</object>
											<flag>wxTOP|wxALIGN_LEFT</flag>
											<border>8</border>
										</object>
										<object class="sizeritem">
											<object class="wxBoxSizer">
												<object class="sizeritem">
													<object class="wxCheckBox" name="chkMinCount">
														<label>Minimum count</label>
														<tooltip>This option affects execution count output only: Symbols that are executed less than num times are suppressed</tooltip>
													</object>
													<flag>wxTOP|wxALIGN_TOP</flag>
													<border>8</border>
												</object>
												<object class="sizeritem">
													<object class="wxSpinCtrl" name="spnMinCount">
														<value>10</value>
														<min>1</min>
														<max>99</max>
														<tooltip>This option affects execution count output only: Symbols that are executed less than num times are suppressed</tooltip>
													</object>
													<flag>wxTOP|wxLEFT|wxALIGN_TOP</flag>
													<border>8</border>
												</object>
											</object>
											<flag>wxEXPAND</flag>
										</object>
									</object>
									<flag>wxALL|wxEXPAND</flag>
									<border>8</border>
								</object>
							</object>
						</object>
						<label>Analysis</label>
					</object>
					<object class="notebookpage">
						<object class="wxPanel" name="tabMisc">
							<object class="wxBoxSizer">
								<orient>wxVERTICAL</orient>
								<object class="sizeritem">
									<object class="wxStaticBoxSizer">
										<label>Miscellaneous Options</label>
										<orient>wxVERTICAL</orient>
										<object class="sizeritem">
											<object class="wxCheckBox" name="chkSum">
												<label>Sum</label>
												<tooltip>Causes gprof to summarize the information in the profile data files it read in a profile data file &apos;gmon.sum&apos;</tooltip>
											</object>
											<flag>wxTOP|wxALIGN_LEFT</flag>
											<border>8</border>
										</object>
									</object>
									<flag>wxALL|wxEXPAND</flag>
									<border>8</border>
								</object>
							</object>
						</object>
						<label>Miscellaneous</label>
					</object>
					<object class="notebookpage">
						<object class="wxPanel" name="tabExtra">
							<object class="wxBoxSizer">
								<orient>wxVERTICAL</orient>
								<object class="sizeritem">
									<object class="wxStaticBoxSizer">
										<label>Extra Options</label>
										<orient>wxVERTICAL</orient>
										<object class="sizeritem">
											<object class="wxStaticText" name="ID_STATICTEXT1">
												<label>Here you can specify other options. Useful for advanced users&#x0A;that do not want to use the graphic option selection or when you&#x0A;need to specify an option multiple times, to use different symspecs</label>
												<fg>#004080</fg>
											</object>
											<flag>wxALL|wxALIGN_LEFT</flag>
											<border>8</border>
										</object>
										<object class="sizeritem">
											<object class="wxTextCtrl" name="txtExtra">
												<style>wxTE_MULTILINE</style>
											</object>
											<flag>wxALL|wxEXPAND</flag>
											<border>8</border>
											<option>1</option>
										</object>
									</object>
									<flag>wxALL|wxEXPAND</flag>
									<border>8</border>
								</object>
							</object>
						</object>
						<label>Extra</label>
					</object>
				</object>
				<flag>wxLEFT|wxEXPAND</flag>
				<border>8</border>
				<option>1</option>
			</object>
		</object>
	</object>
</resource>