Friedrich Schöller
Friedrich Schöller
Thanks for the info. Turning blinking off does not improve the energy impact, unfortunately. This is expected, since the issue arises also when Zed is in the background and the...
Since a recent update (now at 0.170.2) GPU usage drops to zero while in the background. Also the energy impact is now a hundred times lower at around 1 and...
So it turns out the issue is not fixed after all. It just depends which folder I open in Zed. Using a profiler I noticed that most of the CPU...
@JosephTLyons is any more info needed?
@JosephTLyons the issue still has the label "awaiting info". I would be happy to provide more info if you have anything particular in mind.
@djc symbols in the XML generated by `xctrace` are demangled by `flamegraph` without applying the necessary XML escaping, causing the generated XML to be invalid
The call to `demangle_stream` is clearly part of flamegraph: https://github.com/flamegraph-rs/flamegraph/blob/5c5129d8e1206b3be78b0a86cae12873d3587012/src/lib.rs#L533 Here is a fix that works for me: https://github.com/flamegraph-rs/flamegraph/commit/f82bc924e9e614d0b15203f01b9d2770ea74c373. I only tested it with `xctrace`, if other formats do not...
quick-xml is already a dependency of flamegraph since it is used by inferno.