File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments