Skip to content

Commit bdfde9d

Browse files
committed
Remove outdated README section
1 parent e79e1fb commit bdfde9d

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

README.md

+2-19
Original file line numberDiff line numberDiff line change
@@ -261,25 +261,8 @@ julia> warntype_clicked()
261261
262262
at the REPL. You'll see the result of Julia's `code_warntype` for the call you clicked on.
263263
264-
265-
### Advanced usage: deeper analysis of specific dispatches
266-
267-
`ProfileView.clicked[]` stores a stackframe entry for the most recently clicked
268-
bar. You can use that to extract particular calls for deeper analysis. Here's
269-
a demo using [Cthulhu](https://github.com/JuliaDebug/Cthulhu.jl):
270-
271-
```julia
272-
julia> sf = ProfileView.clicked[]
273-
inner_mapslices!(safe_for_reuse::Bool, indices::Base.Iterators.Drop{CartesianIndices{2, Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}}}, nidx::Int64, idx::Vector{Any}, otherdims::Vector{Int64}, ridx::Vector{Any}, Aslice::Vector{Float64}, A::Array{Float64, 3}, f::typeof(sum), R::Array{Float64, 3}) at abstractarray.jl:2896
274-
275-
julia> mi = sf.linfo
276-
MethodInstance for Base.inner_mapslices!(::Bool, ::Base.Iterators.Drop{CartesianIndices{2, Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}}}, ::Int64, ::Vector{Any}, ::Vector{Int64}, ::Vector{Any}, ::Vector{Float64}, ::Array{Float64, 3}, ::typeof(sum), ::Array{Float64, 3})
277-
278-
julia> using Cthulhu
279-
280-
julia> descend(mi; optimize=false, iswarn=true)
281-
...
282-
```
264+
These commands all use `ProfileView.clicked[]`, which stores a stackframe entry for the most recently clicked
265+
bar.
283266
284267
## Command-line options
285268

0 commit comments

Comments
 (0)