From 612462e33d89fe6901969a9b698438c735678c4c Mon Sep 17 00:00:00 2001 From: fraggerfox Date: Mon, 24 May 2021 23:52:10 +0530 Subject: Adds the ELAPSED column for NetBSD. Additional details regarding ELAPSED column can be found in #627. --- netbsd/NetBSDProcess.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netbsd/NetBSDProcess.c b/netbsd/NetBSDProcess.c index a30c1bfa..be87e3d7 100644 --- a/netbsd/NetBSDProcess.c +++ b/netbsd/NetBSDProcess.c @@ -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 ", -- cgit v1.2.3