We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfef136 commit d9cdbfaCopy full SHA for d9cdbfa
docs/src/tutorials/snoop_inference.md
@@ -89,7 +89,7 @@ We can do that with the [AbstractTrees](https://github.com/JuliaCollections/Abst
89
```jldoctest flatten-demo; filter=[r"[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?", r"Main\.var\"Main\"\."]
90
julia> using AbstractTrees
91
92
-julia> print_tree(tinf)
+julia> print_tree(tinf, maxdepth=100)
93
InferenceTimingNode: 0.002712/0.003278 on Core.Compiler.Timings.ROOT() with 1 direct children
94
└─ InferenceTimingNode: 0.000133/0.000566 on FlattenDemo.packintype(::Int64) with 2 direct children
95
├─ InferenceTimingNode: 0.000094/0.000094 on FlattenDemo.MyType{Int64}(::Int64) with 0 direct children
0 commit comments