-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 16
-
Component/s: hotspot
-
b19
-
generic
-
generic
The parameter depth accepts both a positive and a negative integer.
if depth is positive, it will traverse input nodes in breadth-first order .
if depth is negative, it will traverse output nodes in breadth-first order.
Currently, Node::dump(depth) doesn't support indent. I found indentation can help developers to recognize dependencies. It's particularly true if the ideal graph is not very deep.
if depth is positive, it will traverse input nodes in breadth-first order .
if depth is negative, it will traverse output nodes in breadth-first order.
Currently, Node::dump(depth) doesn't support indent. I found indentation can help developers to recognize dependencies. It's particularly true if the ideal graph is not very deep.