Skip to content

Commit

Permalink
Adds the ELAPSED column for NetBSD.
Browse files Browse the repository at this point in the history
Additional details regarding ELAPSED column can be found in #627.
  • Loading branch information
fraggerfox authored and BenBE committed Jun 26, 2021
1 parent 58a895e commit 612462e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netbsd/NetBSDProcess.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ",
Expand Down

0 comments on commit 612462e

Please sign in to comment.