Nathan Daly
Nathan Daly
It looks like the most recent change to support `julia v0.7` has broken my system running `v0.6.2`. The executable complains for some reason that it cannot find "libhello.dylib", despite it...
The TestItems runner doesn't pick up changes to Project.toml. It should evict its cache when the Project.toml or Manifest.toml are edited. - If you create a new package, and forget...
Branched from an existing issue: > I think some support for tags would be good. Ability to specify `tagfocus` and `tagignore` as an example. _Originally posted by @aalexand in https://github.com/google/pprof/issues/207#issuecomment-324711178_...
I was surprised by this, because I thought I recalled you saying in the past that while `@code_typed` gets this wrong, `Cthulhu` actually gets this right and shows the true...
Related to https://github.com/JuliaPackaging/BinaryBuilder.jl/issues/200, we should be more explicit with the user about what we don't like about the state of things after running the script. In https://github.com/JuliaPackaging/BinaryBuilder.jl/issues/200, it should complain...
There is a race condition in the implementation of the capture_* and suppress_* macros, described in this julia issue: https://github.com/JuliaLang/julia/issues/47759#issuecomment-1334194540, racing against another Task in another Thread doing logging. It...
Hello! We created https://github.com/NHDaly/SnapshotTesting.jl before we knew about this package, it seems! It would be great to do a comparison and see if they are similar and whether or not...
Add an option to show the metadata tags in the flamegraph view, as root nodes, like this: I don't love that the tags aren't labelled..... I've asked about that here:...
The GC frames are skipped by default now, since they make the GC graphs much less readable, and everyone basically always wants them skipped. I also refactored things a bit...
## Problem - `pprof_jll` now depends on `Graphviz_jll` since https://github.com/JuliaPackaging/Yggdrasil/pull/5652. - this is an attempt to address https://github.com/JuliaPerf/PProf.jl/issues/16 - This has some disadvantages - dependency bloat - adding packages with...