memviz icon indicating copy to clipboard operation
memviz copied to clipboard

Depth limit

Open bradleyjkemp opened this issue 7 years ago • 1 comments

Expected Behavior

Be able to limit the depth to which memviz maps a structure

Actual Behavior

memviz follows pointers arbitrarily far, even if the information I want is actually near the top of the graph.

Example input

Support a MaxDepth option like so: memviz.Config.MaxDepth = 10

bradleyjkemp avatar Jan 30 '18 20:01 bradleyjkemp

Dependent on #25

bradleyjkemp avatar Jan 30 '18 20:01 bradleyjkemp