Files
weave-scope/render
Matthias Radestock d66b28de2a performance: only color connected once
ProcessRenderer was coloring connected nodes because we need that info
for rendering details panels. However, the main process topology view
renderers depending on ProcessRenderer were also doing coloring
themselves. For the 'processes' topology that was literally
duplicating work. For the 'processes-by-name' topology that was
throwing away the process coloring, and then coloring at the name
level.

Solution: remove the coloring from the ProcessRenderer, thus
eliminating the duplicate/thrown-away work, and introduce a
ColorConnectedProcessRenderer which is only used in places that
populate details panels.
2017-06-22 10:28:39 +01:00
..
2016-12-07 11:22:40 +00:00
2017-06-22 10:28:39 +01:00
2016-12-07 11:22:40 +00:00
2016-12-07 11:22:40 +00:00
2017-06-05 08:44:17 +01:00
2017-06-21 03:03:49 +01:00