File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/main/xar-resources/data/xquery Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 883
883
<programlisting language =" xml" xlink : href =" listings/listing-36.xml" />
884
884
</listitem >
885
885
</varlistentry >
886
+ <varlistentry >
887
+ <term > <code >exist:profiling</code > </term >
888
+ <listitem >
889
+ <para >Enables profiling for a query and logs the results.
890
+ For example:</para >
891
+ <programlisting >(# exist:profiling enabled=yes verbosity=10 logger=xquery.profiling #) { //some/path/expression }</programlisting >
892
+ <para >This enables the profiler for the expression enclosed in curly braces and
893
+ prints profiling information to the xquery.profiling logger (e.g. profile.log):</para >
894
+ </listitem >
895
+ </varlistentry >
886
896
<varlistentry >
887
897
<term > <code >exist:batch-transaction</code > </term >
888
898
<listitem >
You can’t perform that action at this time.
0 commit comments