StatProfilerHTML.jl icon indicating copy to clipboard operation
StatProfilerHTML.jl copied to clipboard

Show Julia profiling data in an explorable HTML page

Results 8 StatProfilerHTML.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `FlameGraphs` package from `0.1, 0.2` to `0.1, 0.2, 1`. This keeps the compat entries for earlier versions. Note: I have not...

```Julia % julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help....

I have found the highlighting of type instabilities as provided by Tim Holy's `ProfileView` very helpful to identify type instabilities which costs me a lot. Does the StatProfiler offer something...

See the following MWE: ``` n = 1000 A, B = rand(n,n), rand(n,n) C = similar(A) mul!(C, A, B) @profilehtml mul!(C, A, B) ``` The flamegraph is nicely produced as...

Apparently [ProfileView.jl](https://github.com/timholy/ProfileView.jl) can "optionally highlights lines that trigger garbage collection as potential candidates for optimization" (due to some linking bug I can't actually run it to try at the moment)....

I have a project with quite a few large dependencies, and I use PackageCompiler to produce a julia system image to speed up loading times. In this project when I...

This isn't really a bug, but when I run a single-threaded computation in julia with JULIA_NUM_THREADS=16, I get, e.g., ~200 samples from my own code plus ~3000 samples in the...

This pull request sets the compat entry for the `SHA` package to `0.7`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...