-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofiler.xml
35 lines (35 loc) · 1 KB
/
profiler.xml
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
<application>
<component name="CommonProfilerUISettings">
<option name="callTreeState">
<call-tree-ui>
<option name="showCalleesList" value="false" />
</call-tree-ui>
</option>
<option name="flameGraphState">
<flame-graph-ui>
<option name="filterSlider" value="true" />
<option name="icicleGraph" value="true" />
</flame-graph-ui>
</option>
<option name="processOptions">
<process-tab>
<option name="filterDevelopmentTools" value="false" />
<option name="highlightIdeProcesses" value="true" />
</process-tab>
</option>
<option name="threadListOptions">
<thread-list>
<option name="showMetrics">
<map>
<entry key="threadIdMetric" value="false" />
</map>
</option>
<option name="sortMetrics">
<map>
<entry key="executionTime" value="true" />
</map>
</option>
</thread-list>
</option>
</component>
</application>