summaryrefslogtreecommitdiffstats
path: root/nightly/configuration
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-16 04:09:04 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-16 04:09:04 +0000
commit755a6cdd6dc77afb9f937595d3cd3d1ab07fae87 (patch)
treebee36441c5b14a7fc4eb419c6036eb3d05f56365 /nightly/configuration
parent3ffa5298411de3e3fb57b2bf9b121c1a96f555ac (diff)
Deployed dd00310 to nightly with MkDocs 1.3.1 and mike 1.1.2
Diffstat (limited to 'nightly/configuration')
-rw-r--r--nightly/configuration/command-line-flags/index.html4
-rw-r--r--nightly/configuration/config-file/flags/index.html5
-rw-r--r--nightly/configuration/config-file/theming/index.html10
3 files changed, 19 insertions, 0 deletions
diff --git a/nightly/configuration/command-line-flags/index.html b/nightly/configuration/command-line-flags/index.html
index c8305f35..1fd356ec 100644
--- a/nightly/configuration/command-line-flags/index.html
+++ b/nightly/configuration/command-line-flags/index.html
@@ -1150,6 +1150,10 @@
<td><code>-W, --whole_word</code></td>
<td>Enables whole-word matching by default.</td>
</tr>
+<tr>
+<td><code>--enable_gpu_memory</code></td>
+<td>Enable collecting and displaying GPU memory usage.</td>
+</tr>
</tbody>
</table>
diff --git a/nightly/configuration/config-file/flags/index.html b/nightly/configuration/config-file/flags/index.html
index 174d6fce..1d89d733 100644
--- a/nightly/configuration/config-file/flags/index.html
+++ b/nightly/configuration/config-file/flags/index.html
@@ -1153,6 +1153,11 @@
<td>Boolean</td>
<td>Displays the network widget with a log scale.</td>
</tr>
+<tr>
+<td><code>enable_gpu_memory</code></td>
+<td>Boolean</td>
+<td>Shows the GPU memory widget.</td>
+</tr>
</tbody>
</table>
diff --git a/nightly/configuration/config-file/theming/index.html b/nightly/configuration/config-file/theming/index.html
index 7e99f439..86deb342 100644
--- a/nightly/configuration/config-file/theming/index.html
+++ b/nightly/configuration/config-file/theming/index.html
@@ -1109,6 +1109,16 @@
<td>The colour used for a low battery level (10% to 0%)</td>
<td><code>low_battery_color="red"</code></td>
</tr>
+<tr>
+<td>GPU colour per gpu</td>
+<td>Colour of each gpu. Read in order.</td>
+<td><code>gpu_core_colors=["#ffffff", "white", "255, 255, 255"]</code></td>
+</tr>
+<tr>
+<td>ARC</td>
+<td>The colour ARC will use</td>
+<td><code>arc_color="#ffffff"</code></td>
+</tr>
</tbody>
</table>