Files
weave-scope/render/render.go
Bryan Boreham 6a6ef51ef5 optimization: generate children counts on demand
Accumulating counts in the Node data structure takes a lot of effort,
and it turns out we only use this information in a few places where
it's easy to compute.
2020-06-08 16:42:24 +00:00

7.1 KiB