From 5e203bc024a3d8a34921ae237ae595002889bf12 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 1 Dec 2015 17:50:17 +0300 Subject: process properties: use proper format for "CPU time" property it should be the same as in "CPU time" column of process table now adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=3c1f17877f95fcac7f5d437739305e245af7ba8b --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index aae8482..3d6ef47 100644 --- a/src/util.h +++ b/src/util.h @@ -85,6 +85,8 @@ inline void unref_map_values(Map &map) namespace procman { + gchar* format_duration_for_display(unsigned centiseconds); + void size_cell_data_func(GtkTreeViewColumn *col, GtkCellRenderer *renderer, GtkTreeModel *model, GtkTreeIter *iter, gpointer user_data); -- cgit v1.2.1