Created
February 2, 2017 14:00
-
-
Save pkofod/c6d783c9e43b3cf00769cfa5532839c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
julia> Profile.print() | |
11 ./event.jl:68; (::Base.REPL.##3#4{Base.REPL.REPLBackend})() | |
11 ./REPL.jl:95; macro expansion | |
11 ./REPL.jl:64; eval_user_input(::Any, ::Base.REPL.REPLBackend) | |
11 ./boot.jl:234; eval(::Module, ::Any) | |
11 ./<missing>:?; anonymous | |
11 ./profile.jl:16; macro expansion; | |
11 /home/pkm/.julia/v0.5/MDPTools/src/solution/solve.jl:39; solve!; | |
11 /home/pkm/.julia/v0.5/MDPTools/src/solution/solve.jl:40; #solve!#58; | |
11 ./<missing>:0; (::MDPTools.#kw##solve!)(::Array{Any,1}, ::MDPTools.#solve!, ::MDPTools.LinearUtility{Float64}, ::MDP... | |
11 /home/pkm/.julia/v0.5/MDPTools/src/solution/solve.jl:63; #solve!#61(::Float64, ::Bool, ::Function, ::MDPTools.LinearUtility{Float64}, ::MDPTools.DiscreteSta... | |
1 /home/pkm/.julia/v0.5/MDPTools/src/solution/newton.jl:15; newton!(::Array{Array{Float64,1},1}, ::Float64, ::Array{Array{Float64,1},1}, ::Array{Array{Float64,... | |
1 /home/pkm/.julia/v0.5/MDPTools/src/solution/misc.jl:38; P!(::Array{Array{Float64,1},1}, ::Array{Array{Float64,1},1}, ::Float64, ::Array{Array{Float64,2},1}... | |
1 ./linalg/matmul.jl:230; gemv!(::Array{Float64,1}, ::Char, ::Array{Float64,2}, ::Array{Float64,1}) | |
1 ./linalg/blas.jl:454; gemv!(::Char, ::Float64, ::Array{Float64,2}, ::Array{Float64,1}, ::Float64, ::Array{Float64,1}) | |
1 /home/pkm/.julia/v0.5/MDPTools/src/solution/newton.jl:16; newton!(::Array{Array{Float64,1},1}, ::Float64, ::Array{Array{Float64,1},1}, ::Array{Array{Float64,... | |
1 /home/pkm/.julia/v0.5/MDPTools/src/solution/newton.jl:2; βFP!(::MDPTools.IntegratedValueFunction{Float64,Array{Float64,2}}, ::Float64, ::Array{Array{Float6... | |
1 ./reduce.jl:64; mapfoldl(::Base.#identity, ::Function, ::Base.Generator{UnitRange{Int64},MDPTools.##52#53{Float64,... | |
1 ./reduce.jl:46; mapfoldl_impl(::Base.#identity, ::Base.#+, ::Array{Float64,2}, ::Base.Generator{UnitRange{Int64},M... | |
1 ./arraymath.jl:59; _elementwise(::Base.#+, ::Type{Float64}, ::Array{Float64,2}, ::Array{Float64,2}) | |
9 /home/pkm/.julia/v0.5/MDPTools/src/solution/newton.jl:17; newton!(::Array{Array{Float64,1},1}, ::Float64, ::Array{Array{Float64,1},1}, ::Array{Array{Float64,... | |
9 ./linalg/generic.jl:361; \(::Array{Float64,2}, ::Array{Float64,1}) | |
1 ./linalg/factorization.jl:40; \(::Base.LinAlg.LU{Float64,Array{Float64,2}}, ::Array{Float64,1}) | |
1 ./linalg/lu.jl:176; A_ldiv_B! | |
1 ./linalg/lapack.jl:928; getrs!(::Char, ::Array{Float64,2}, ::Array{Int64,1}, ::Array{Float64,1}) | |
8 ./linalg/lu.jl:19; lufact!(::Array{Float64,2}, ::Type{Val{true}}) | |
8 ./linalg/lapack.jl:532; getrf!(::Array{Float64,2}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment