ProfileView.jl
ProfileView.jl copied to clipboard
Visualization of Julia profiling data
This is ready to try now.
I want to `@descend` into functions with type instability but can't if the function is inlined. How can I work around it? I tried the `@noinline` annotation but the function...
I have a profile where i set delay = 1 second. I know the start time. I want to correlate it with a metrics spike I see happening at 11:37....
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
I'm on Windows 10, Julia 1.7.0. Running `using ProfileView` (after it's installed in the current env, v1.5.1) makes the keyboard unresponsive or very slow to respond, for about 30 seconds...
This pull request changes the compat entry for the `GtkObservables` package from `1` to `1, 2`. This keeps the compat entries for earlier versions. Note: I have not tested your...
Testing latest master on an m1 mac gives an error while using ProfileView, while normal profiling works fine. Profile: ```julia @profile plot(sin) Profile.print() Overhead ╎ [+additional indent] Count File:Line; Function...
It would be great if the `profview_allocs` from [vscode](https://github.com/julia-vscode/julia-vscode/pull/2890/files) could be made available here as well.
I'm using remote VSCode to a remote ssh backend and trying to precompile ProfileView but it fails with: ``` Failed to precompile ProfileView [c46f51b8-102a-5cf2-8d2c-8597cb0e0da7] to "/home/glenhertz/.julia/compiled/v1.10/ProfileView/jl_Ay2Daz". ERROR: LoadError: InitError: Cannot...
I was going to use `ProfileView` for the first time after a while, also the first time since 1.8.2. It's impossible to use, usually what happens is calling `using ProfileView`...