Skip to content

Instantly share code, notes, and snippets.

@KristofferC
Last active January 2, 2019 22:35
Show Gist options
  • Select an option

  • Save KristofferC/4aa8b0130dd8a4e11dfe500bd80bb893 to your computer and use it in GitHub Desktop.

Select an option

Save KristofferC/4aa8b0130dd8a4e11dfe500bd80bb893 to your computer and use it in GitHub Desktop.
julia> Profile.print(noisefloor=4)
15604 ./task.jl:259; (::getfield(REPL, Symbol("##26#27")){REPL.REPLBackend})()
15604 /Users/kristoffer/julia/usr/share/julia/stdlib/v1.2/REPL/src/REPL.jl:117; macro expansion
15603 /Users/kristoffer/julia/usr/share/julia/stdlib/v1.2/REPL/src/REPL.jl:85; eval_user_input(::Any, ::REPL.REPLBackend)
15603 ./boot.jl:328; eval(::Module, ::Any)
15599 /Users/kristoffer/.julia/packages/GeoStats/r5a6L/src/solvers/kriging.jl:94; solve(::EstimationProblem{PointSetData{Float64,2},RegularGrid{Float64,2},SimpleMapper}, ::Kriging)
14715 /Users/kristoffer/.julia/packages/GeoStats/r5a6L/src/solvers/kriging.jl:126; solve(::EstimationProblem{PointSetData{Float64,2},RegularGrid{Float64,2},SimpleMapper}, ::Symbol, ::OrdinaryKrigin...
14258 /Users/kristoffer/.julia/packages/KrigingEstimators/IyyR6/src/estimators.jl:39; predict(::OrdinaryKriging{Float64,Float64}, ::StaticArrays.MArray{Tuple{2},Float64,1,2})
2985 /Users/kristoffer/.julia/packages/KrigingEstimators/IyyR6/src/estimators.jl:164; combine(::OrdinaryKriging{Float64,Float64}, ::KrigingEstimators.Weights{Float64}, ::Array{Float64,1})
460 ./array.jl:1534; vcat(::Array{Float64,1}, ::Array{Float64,1})
460 ./boot.jl:402; Type
5058 /Users/kristoffer/.julia/packages/KrigingEstimators/IyyR6/src/estimators.jl:52; weights(::OrdinaryKriging{Float64,Float64}, ::StaticArrays.MArray{Tuple{2},Float64,1,2})
759 /Users/kristoffer/.julia/packages/KrigingEstimators/IyyR6/src/estimators.jl:107; set_rhs!(::OrdinaryKriging{Float64,Float64}, ::StaticArrays.MArray{Tuple{2},Float64,1,2})
711 ./subarray.jl:156; view
711 ./subarray.jl:161; unsafe_view
711 ./subarray.jl:22; Type
711 ./subarray.jl:32; Type
711 ./subarray.jl:16; Type
3118 /Users/kristoffer/.julia/packages/KrigingEstimators/IyyR6/src/estimators.jl:108; set_rhs!(::OrdinaryKriging{Float64,Float64}, ::StaticArrays.MArray{Tuple{2},Float64,1,2})
753 ...kristoffer/.julia/packages/Variography/vEyUW/src/theoretical_variograms.jl:64; (::GaussianVariogram{Float64,Distances.Euclidean})(::SubArray{Float64,1,Array{Float64,2},Tuple{Base.Slice{Base.O...
121 /Users/kristoffer/.julia/packages/Distances/8u7Bg/src/metrics.jl:192; evaluate
121 /Users/kristoffer/.julia/packages/Distances/8u7Bg/src/metrics.jl:212; eval_end
116 ./math.jl:493; sqrt
452 ...ristoffer/.julia/packages/Variography/vEyUW/src/theoretical_variograms.jl:63; GaussianVariogram
452 ./broadcast.jl:753; materialize
452 ./broadcast.jl:763; copy
452 ./broadcast.jl:511; getindex
450 ./broadcast.jl:550; _broadcast_getindex
439 ./broadcast.jl:574; _getindex
415 ./broadcast.jl:550; _broadcast_getindex
415 ./broadcast.jl:574; _getindex
399 ./broadcast.jl:575; _getindex
391 ./broadcast.jl:550; _broadcast_getindex
391 ./broadcast.jl:574; _getindex
391 ./broadcast.jl:575; _getindex
202 ./broadcast.jl:550; _broadcast_getindex
202 ./broadcast.jl:575; _getindex
159 ./broadcast.jl:550; _broadcast_getindex
159 ./broadcast.jl:574; _getindex
159 ./broadcast.jl:575; _getindex
127 ./broadcast.jl:550; _broadcast_getindex
127 ./broadcast.jl:574; _getindex
127 ./broadcast.jl:574; _getindex
127 ./broadcast.jl:551; _broadcast_getindex
127 ./broadcast.jl:578; _broadcast_getindex_evalf
127 ./float.jl:401; /
189 ./broadcast.jl:578; _broadcast_getindex
1019 /Users/kristoffer/.julia/packages/KrigingEstimators/IyyR6/src/estimators.jl:111; set_rhs!(::OrdinaryKriging{Float64,Float64}, ::StaticArrays.MArray{Tuple{2},Float64,1,2})
920 ....julia/packages/KrigingEstimators/IyyR6/src/estimators/ordinary_kriging.jl:49; set_constraints_rhs!(::OrdinaryKriging{Float64,Float64}, ::StaticArrays.MArray{Tuple{2},Float64,1,2})
2648 /Users/kristoffer/.julia/packages/KrigingEstimators/IyyR6/src/estimators.jl:55; weights(::OrdinaryKriging{Float64,Float64}, ::StaticArrays.MArray{Tuple{2},Float64,1,2})
1029 ...offer/julia/usr/share/julia/stdlib/v1.2/LinearAlgebra/src/factorization.jl:85; \(::LinearAlgebra.LU{Float64,Array{Float64,2}}, ::Array{Float64,1})
1029 ./array.jl:316; similar
1029 ./boot.jl:411; Type
1029 ./boot.jl:402; Type
1398 ...offer/julia/usr/share/julia/stdlib/v1.2/LinearAlgebra/src/factorization.jl:87; \(::LinearAlgebra.LU{Float64,Array{Float64,2}}, ::Array{Float64,1})
1394 /Users/kristoffer/julia/usr/share/julia/stdlib/v1.2/LinearAlgebra/src/lu.jl:342; ldiv!
1342 .../kristoffer/julia/usr/share/julia/stdlib/v1.2/LinearAlgebra/src/lapack.jl:952; getrs!(::Char, ::Array{Float64,2}, ::Array{Int64,1}, ::Array{Float64,1})
2959 /Users/kristoffer/.julia/packages/KrigingEstimators/IyyR6/src/estimators.jl:58; weights(::OrdinaryKriging{Float64,Float64}, ::StaticArrays.MArray{Tuple{2},Float64,1,2})
1260 ./array.jl:736; getindex(::Array{Float64,1}, ::UnitRange{Int64})
1260 ./array.jl:315; similar
1260 ./boot.jl:402; Type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment