Files
weave-scope/render
Matthias Radestock 97fadd6d9f optimising refactor: FilterUnconnected{Pseudo} w/o LatestMap
Instead of three passes
1. building a 'connected' node set
2. marking nodes from that set with a LatestMap entry
3. removing unmarked nodes

we just do two
1. building a 'connected' node set
2. removing nodes not in that set

This does entail duplication of the adjecency list pruning code from
FilterFunc.Apply. We will be able to eliminate that eventually, but
not just yet.

Also, we cannot get rid of ColorConnected completely;
ColorConnectedProcessRenderer uses it to mark nodes, and that
information is required by detailed.processNodeSummary to determine
whether a process in the details panel can be rendered as a link.
2017-11-28 06:54:15 +00:00
..
2017-11-21 20:16:30 +00:00
2017-11-04 23:05:52 +00:00
2017-11-21 20:16:30 +00:00
2017-11-22 10:40:34 +00:00
2016-12-07 11:22:40 +00:00
2017-11-21 20:16:30 +00:00
2017-11-04 23:05:52 +00:00
2017-11-04 23:05:52 +00:00