Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions en/reference/api/query.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ <h2 id="parameters">Parameters</h2>
<dt>Tracing</dt>
<dd>
<ul>
<li><a href="#trace.profile">trace.profile</a></li>
<li><a href="#trace.level">trace.level</a></li>
<li><a href="#trace.explainlevel">trace.explainLevel</a></li>
<li><a href="#trace.profiledepth">trace.profileDepth</a></li>
Expand Down Expand Up @@ -1806,6 +1807,18 @@ <h2 id="tracing">Tracing</h2>
</tr>
</thead>
<tbody>
<tr>
<th>trace.profile</th>
<td>profile</td>
<td>Boolean</td>
<td>false</td>
<td>
<p id="trace.profile">True to produce a structured trace for performance analysis.</p>

<p>Returns a structured trace for performance analysis. This is a shorthand to set various other parameters
to the suitable values to generate a performance trace.</p>
</td>
</tr>
<tr>
<th>trace.level</th>
<td>tracelevel</td>
Expand Down