summaryrefslogtreecommitdiffstats
path: root/src/widgets/process_table/proc_widget_column.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/process_table/proc_widget_column.rs')
-rw-r--r--src/widgets/process_table/proc_widget_column.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/process_table/proc_widget_column.rs b/src/widgets/process_table/proc_widget_column.rs
index ca32b0e3..e68cad94 100644
--- a/src/widgets/process_table/proc_widget_column.rs
+++ b/src/widgets/process_table/proc_widget_column.rs
@@ -91,9 +91,9 @@ impl ColumnHeader for ProcColumn {
ProcColumn::User => "User",
ProcColumn::Time => "Time",
#[cfg(feature = "gpu")]
- ProcColumn::GpuMem => "GMEM",
+ ProcColumn::GpuMem => "GMem",
#[cfg(feature = "gpu")]
- ProcColumn::GpuMemPercent => "GMEM%",
+ ProcColumn::GpuMemPercent => "GMem%",
#[cfg(feature = "gpu")]
ProcColumn::GpuUtilPercent => "GPU%",
}
@@ -117,9 +117,9 @@ impl ColumnHeader for ProcColumn {
ProcColumn::User => "User",
ProcColumn::Time => "Time",
#[cfg(feature = "gpu")]
- ProcColumn::GpuMem => "GMEM",
+ ProcColumn::GpuMem => "GMem",
#[cfg(feature = "gpu")]
- ProcColumn::GpuMemPercent => "GMEM%",
+ ProcColumn::GpuMemPercent => "GMem%",
#[cfg(feature = "gpu")]
ProcColumn::GpuUtilPercent => "GPU%",
}