mirror of https://github.com/xzeldon/htop.git
Adds the ELAPSED column for NetBSD.
Additional details regarding ELAPSED column can be found in #627.
This commit is contained in:
parent
58a895e54c
commit
612462e33d
|
@ -110,6 +110,12 @@ const ProcessFieldData Process_fields[LAST_PROCESSFIELD] = {
|
||||||
.description = "Time the process was started",
|
.description = "Time the process was started",
|
||||||
.flags = 0,
|
.flags = 0,
|
||||||
},
|
},
|
||||||
|
[ELAPSED] = {
|
||||||
|
.name = "ELAPSED",
|
||||||
|
.title = "ELAPSED ",
|
||||||
|
.description = "Time since the process was started",
|
||||||
|
.flags = 0,
|
||||||
|
},
|
||||||
[PROCESSOR] = {
|
[PROCESSOR] = {
|
||||||
.name = "PROCESSOR",
|
.name = "PROCESSOR",
|
||||||
.title = "CPU ",
|
.title = "CPU ",
|
||||||
|
|
Loading…
Reference in New Issue