mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-10 03:04:36 +03:00
Adds the ELAPSED column for NetBSD.
Additional details regarding ELAPSED column can be found in #627.
This commit is contained in:
@ -110,6 +110,12 @@ const ProcessFieldData Process_fields[LAST_PROCESSFIELD] = {
|
||||
.description = "Time the process was started",
|
||||
.flags = 0,
|
||||
},
|
||||
[ELAPSED] = {
|
||||
.name = "ELAPSED",
|
||||
.title = "ELAPSED ",
|
||||
.description = "Time since the process was started",
|
||||
.flags = 0,
|
||||
},
|
||||
[PROCESSOR] = {
|
||||
.name = "PROCESSOR",
|
||||
.title = "CPU ",
|
||||
|
Reference in New Issue
Block a user