| commit | fa3e0d06c2ab48c91b1a1e3c5991fefabee870ea | [log] [tgz] |
|---|---|---|
| author | Denis Lisov <dennis.lissov@gmail.com> | Thu Dec 16 19:29:18 2021 +0300 |
| committer | BenBE <BenBE@geshi.org> | Sun Feb 13 19:50:16 2022 +0100 |
| tree | b554176a8b4949552b3a3d15f92d8c311ac5536d | |
| parent | 82dce5cf8e241a46d4c9eae23423c63c5d1f17d2 [diff] |
ProcessList_buildTree: produce sorted tree ProcessList_buildTree does not need any particular sort order for children of the same process or roots. Switching these to the sort order configured by the user produces sorted tree automatically, making repeat sort unnecessary.