IProfile.jl
IProfile.jl copied to clipboard
Profilers for Julia
The latest commit was almost 6 years ago and the README file points the user to using the profiler from Base instead of this package. I think it would be...
The README.md points to where the user should go instead of using this package. But those links were no longer working.
This pull request sets up the TagBot workflow on this repository. cc: @timholy
You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...
My code has an @profile begin macro which generates this error: ERROR: LoadError: LoadError: MethodError: `isfuncexpr` has no method matching isfuncexpr(::ASCIIString) in include at ./boot.jl:261 in include_from_node1 at ./loading.jl:304 in...
When I tried to profile this file https://github.com/joa-quim/IUP.jl/blob/master/examples/sample_.jl it errored with `ERROR: function is not yet c-callable`. This is not true since it runs and executes the callbacks when not...