DJ

Results 9 comments of DJ

Can you please specify the `Cargo.toml` entries that you use to get the latest `iced` and `iced_aw`?

Hi Albert, The working hypothesis here is that there is a flaw in the `wgpu` crate. Therefore two things: 1. Update to the latest `cargo`. Something like this might work:...

Running `glxinfo | grep Accelerated` yields `Accelerated: no`. Thus this appears to be a Linux GPU configuration problem that transcends both `iced` and `wgpu`. It's not clear how this should...

Well I have a lot of graphs that look kind of like the above one (and which are generated by another program). I think it's pretty good as is.

I got the same error message. This is on an Apple M1 Pro running OSX 13.5.2 and Rust 1.72.0. I am fairly confident that the behavior changed upon OSX upgrade,...

I have now encountered the same error when not using `pprof` at all.

Reopening. The problem is presumably with libunwind, but it makes pprof unusable on a Mac, or more precisely on my Mac. Another person reproduced the problem on a non-M1 Mac....

I've actually been unable to get any form of profiling to work on my Mac, so for me at least, getting this to work would be phenomenally helpful.

Yes, that works really well, thank you!