summaryrefslogtreecommitdiff
path: root/src/top/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/top/top.c')
-rw-r--r--src/top/top.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/top/top.c b/src/top/top.c
index 757b8d3..98444fd 100644
--- a/src/top/top.c
+++ b/src/top/top.c
@@ -3735,6 +3735,9 @@ static void before (char *me) {
Graph_cpus = alloc_c(sizeof(struct graph_parms));
Graph_mems = alloc_c(sizeof(struct graph_parms));
#undef doALL
+
+ // don't distort startup cpu(s) display ...
+ usleep(LIB_USLEEP);
} // end: before