📄 configuration.xrc
字号:
<?xml version="1.0" ?>
<resource>
<object class="wxDialog" name="dlgCBProfilerConfig">
<title>C::B Profiler plugin configuration</title>
<centered>1</centered>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>8</border>
<option>1</option>
<object class="wxNotebook" name="nbTabs">
<object class="notebookpage">
<label>Output</label>
<object class="wxPanel" name="tabOutput">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>8</border>
<object class="wxStaticBoxSizer" name="wxID_ANY">
<orient>wxVERTICAL</orient>
<label>Output Options</label>
<object class="sizeritem">
<flag>wxALIGN_LEFT|wxALL|wxADJUST_MINSIZE</flag>
<border>8</border>
<object class="wxStaticText" name="stxtWarning">
<fg>#BB0000</fg>
<label>Specifying any of these options overrides the default,
which prints a flat profile and call graph analysis for all functions</label>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND|wxALIGN_LEFT</flag>
<border>8</border>
<object class="wxBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxALIGN_TOP|wxTOP</flag>
<border>8</border>
<object class="wxCheckBox" name="chkAnnSource">
<label>Annotated Source</label>
<checked>0</checked>
<tooltip>This option causes gprof to print annotated source code</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
<border>0</border>
<object class="wxTextCtrl" name="txtAnnSource">
<tooltip>If specified, print output only for matching symbols</tooltip>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_LEFT|wxTOP</flag>
<border>8</border>
<object class="wxCheckBox" name="chkBrief">
<label>Brief</label>
<checked>0</checked>
<tooltip>If selected, doesn't print the verbose blurbs that try to explain the meaning of all of the fields in the tables</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_LEFT|wxTOP</flag>
<border>8</border>
<object class="wxCheckBox" name="chkFileInfo">
<label>File Info</label>
<checked>0</checked>
<tooltip>This option causes gprof to display summary information about the profile data file(s) and then exit</tooltip>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
<object class="notebookpage">
<label>Analysis</label>
<object class="wxPanel" name="tabAnalysis">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>8</border>
<object class="wxStaticBoxSizer" name="wxID_ANY">
<orient>wxVERTICAL</orient>
<label>Analysis Options</label>
<object class="sizeritem">
<flag>wxALIGN_LEFT|wxTOP</flag>
<border>8</border>
<object class="wxCheckBox" name="chkNoStatic">
<label>No static</label>
<checked>0</checked>
<tooltip>This option causes gprof to suppress the printing of statically declared (private) functions</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND|wxALIGN_LEFT</flag>
<border>0</border>
<object class="wxBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxALIGN_TOP|wxTOP</flag>
<border>8</border>
<object class="wxCheckBox" name="chkMinCount">
<label>Minimum Count</label>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -