julia> Profile.print(noisefloor=2, C=true, recur=:flat)
Overhead β [+additional indent] Count File:Line; Function
=========================================================
1β1 @Base/boot.jl:224; Expr(::Any, ::Vararg{Any,N} where N)
β311 /Users/kristoffer/julia/src/task.c:687; start_task
β 311 /Users/kristoffer/julia/src/./julia.h:1657; jl_apply
β 311 @Base/task.jl:349; (::REPL.var"#26#27"{REPL.REPLBackend})()
β 311 @REPL/src/REPL.jl:118; macro expansion
β 311 @REPL/src/REPL.jl:86; eval_user_input(::Any, ::REPL.REPLBackend)
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
| # function meshformatparser(str) | |
| # | |
| # end | |
| # const SECTION_PARSER = Dict{String,Function}( | |
| # "MeshFormat" => meshformatparser, | |
| # ) | |
| module Gmsh | |
| using Tensors, JuAFEM | |
| function parsenodes(str; version=v"4.1") |
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
| βΌ libspqr.dll | |
| βΌ C:\Users\Kristoffer Carlsson\AppData\Local\Julia-1.3.1\bin\libgcc_s_seh-1.dll | |
| βΌ C:\Users\Kristoffer Carlsson\AppData\Local\Julia-1.3.1\bin\libwinpthread-1.dll | |
| βΌ C:\Windows\System32\msvcrt.dll | |
| β C:\Windows\SYSTEM32\ntdll.dll (COULD NOT READ METADATA) | |
| βΌ C:\Windows\System32\KERNELBASE.dll | |
| β C:\Windows\SYSTEM32\ntdll.dll (COULD NOT READ METADATA) | |
| βΌ C:\Windows\System32\KERNEL32.DLL | |
| β C:\Windows\SYSTEM32\ntdll.dll (COULD NOT READ METADATA) | |
| βΌ C:\Windows\System32\KERNELBASE.dll |
AMDGPUnative => ["ROCArrays"]
AbstractAlgebra => ["Ccluster", "IntegerTriangles"]
AbstractMCMC => ["Turing"]
AbstractTrees => ["PDFIO", "PhysOcean"]
ApproxFun => ["EffectiveWaves", "PDSampler"]
ApproxFunBase => ["ApproxFunRational", "Poltergeist", "RiemannHilbert"]
ApproxFunFourier => ["ApproxFunRational"]
ApproxFunOrthogonalPolynomials => ["ApproxFunRational"]
ArgCheck => ["ANOVA", "AltDistributions", "BAT", "ContinuousTransformations", "DarkSky", "FunctionalTables", "GoogleMaps", "HMMBase", "MultistartOptimization", "PolynomialBases", "SimpleIntegrals", "SortedVectors", "SpectralKit", "StataDTAFiles", "TransformVariables"]
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
| import Pkg | |
| import Pkg.TOML | |
| import Pkg.Types: VersionRange, β² | |
| using UUIDs | |
| using GitHub | |
| using ProgressMeter | |
| # Copied from Registrator.jl | |
| #=====================# |
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
| import Pkg | |
| import Pkg.TOML | |
| import Pkg.Types: VersionRange, β² | |
| using UUIDs | |
| using GitHub | |
| using ProgressMeter | |
| #const auth = GitHub.authenticate(ENV["GITHUB_KEY"]) |
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
| ERROR: LoadError: Yeppp not properly installed. Please run Pkg.build("Yeppp") | |
| Stacktrace: | |
| [1] error(::String) at ./error.jl:33 | |
| [2] top-level scope at /root/.julia/packages/Yeppp/LvmJH/src/Yeppp.jl:11 | |
| [3] include at ./boot.jl:317 [inlined] | |
| [4] include_relative(::Module, ::String) at ./loading.jl:1044 | |
| [5] include(::Module, ::String) at ./sysimg.jl:29 | |
| [6] top-level scope at none:2 | |
| [7] eval at ./boot.jl:319 [inlined] | |
| [8] eval(::Expr) at ./client.jl:393 |
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
| ERROR: LoadError: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. | |
| in expression starting at /root/.julia/packages/Alpine/IFj1c/test/solver.jl:18 | |
| in expression starting at /root/.julia/packages/Alpine/IFj1c/test/runtests.jl:22 | |
| *********************************************************************** | |
| This package contains Alpine.jl, a global solver for nonconvex MINLPs | |
| If you find it useful, please cite the following paper: | |
| Journal of Global Optimization, 2019, https://goo.gl/89zrDf | |
| *********************************************************************** | |
| solverstring = "Alpine.UnsetSolver()" |
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
| ERROR: LoadError: Some tests did not pass: 33 passed, 0 failed, 1 errored, 0 broken. | |
| in expression starting at /root/.julia/packages/BSONqs/pq4Nu/test/runtests.jl:22 | |
| Anonymous Functions: Error During Test at /root/.julia/packages/BSONqs/pq4Nu/test/runtests.jl:74 | |
| Got exception outside of a @test | |
| MethodError: no method matching applychildren!(::BSONqs.var"##23#24"{Array{Any,1}}, ::UInt8) | |
| Closest candidates are: | |
| applychildren!(::Function, !Matched::Dict{Symbol,Any}) at /root/.julia/packages/BSONqs/pq4Nu/src/BSONqs.jl:32 | |
| applychildren!(::Function, !Matched::Array{Any,1}) at /root/.julia/packages/BSONqs/pq4Nu/src/BSONqs.jl:33 | |
| applychildren!(::Function, !Matched::Union{Nothing, Bool, Float64, Int32, Int64, Dict{Symbol,Any}, Array{Any,1}, Array{UInt8,1}, String, Symbol, Type{Union{}}}) at /root/.julia/packages/BSONqs/pq4Nu/src/BSONqs.jl:31 | |
| ... |
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
| [ Info: Messy Output | |
| [ Info: Begin Tests | |
| ERROR: LoadError: Some tests did not pass: 20 passed, 1 failed, 0 errored, 0 broken. | |
| in expression starting at /root/.julia/packages/AverageShiftedHistograms/QUkhq/test/runtests.jl:27 | |
| Ash | |
| > edges | -3.093 : 0.0135 : 3.6452 | |
| > kernel | AverageShiftedHistograms.Kernels.biweight | |
| > m | 5 | |
| > nobs | 1000 | |
| ββββββββββββββββββββββββββββββββββββββββββ |