Merge pull request #5279 from DirtyF/document-profile-option
Merge pull request 5279
This commit is contained in:
commit
0a75156f85
|
@ -284,6 +284,18 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||||
<p><code class="flag">-I, --incremental</code></p>
|
<p><code class="flag">-I, --incremental</code></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="setting">
|
||||||
|
<td>
|
||||||
|
<p class="name"><strong>Liquid profiler</strong></p>
|
||||||
|
<p class="description">
|
||||||
|
Generate a Liquid rendering profile to help you identify performance bottlenecks.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td class="align-center">
|
||||||
|
<p><code class="option">profile: BOOL</code></p>
|
||||||
|
<p><code class="flag">--profile</code></p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue