Skip to content

Commit ab2b41b

Browse files
authored
Merge pull request #4671 from vespa-engine/bratseth/profile
2 parents 801136d + 2338a0d commit ab2b41b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

en/reference/api/query.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ <h2 id="parameters">Parameters</h2>
135135
<dt>Tracing</dt>
136136
<dd>
137137
<ul>
138+
<li><a href="#trace.profile">trace.profile</a></li>
138139
<li><a href="#trace.level">trace.level</a></li>
139140
<li><a href="#trace.explainlevel">trace.explainLevel</a></li>
140141
<li><a href="#trace.profiledepth">trace.profileDepth</a></li>
@@ -1806,6 +1807,18 @@ <h2 id="tracing">Tracing</h2>
18061807
</tr>
18071808
</thead>
18081809
<tbody>
1810+
<tr>
1811+
<th>trace.profile</th>
1812+
<td>profile</td>
1813+
<td>Boolean</td>
1814+
<td>false</td>
1815+
<td>
1816+
<p id="trace.profile">True to produce a structured trace for performance analysis.</p>
1817+
1818+
<p>Returns a structured trace for performance analysis. This is a shorthand to set various other parameters
1819+
to the suitable values to generate a performance trace.</p>
1820+
</td>
1821+
</tr>
18091822
<tr>
18101823
<th>trace.level</th>
18111824
<td>tracelevel</td>

0 commit comments

Comments
 (0)