top: speed up the collapsed children forest view logic
In forest view mode, once a collapsible parent process and all of its children (if any) have been identified, there is no longer a need to scan the remaining tasks. So this patch will just force a new scan for any other 'Hide_pid' entries which might remain to be identified after a targeted parent has been completely processed. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
cfe5b38a19
commit
5e1c339bef
@ -4800,6 +4800,8 @@ static void forest_create (WIN_t *q) {
|
|||||||
}
|
}
|
||||||
// children found (and collapsed), so mark that puppy
|
// children found (and collapsed), so mark that puppy
|
||||||
if (children) Tree_ppt[parent]->pad_2 = 'x';
|
if (children) Tree_ppt[parent]->pad_2 = 'x';
|
||||||
|
// this will force a check of the next Hide_pid, if any
|
||||||
|
j = Frame_maxtask;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user