Alex Wadell

Results 2 comments of Alex Wadell

This reproduces the issue for me on v3.1.0: ```julia using PProf @pprof map(sin, rand(1000)) ``` Here's the generated [`profile.pb.gz`](https://github.com/user-attachments/files/15514963/profile.pb.gz) System information: ``` julia> versioninfo() Julia Version 1.10.3 Commit 0b4590a5507 (2024-04-30...

I had been including a script like this, so I didn't have access to the logger. ```julia function train() lg = WandbLogger(...) # Training stuff end train() ``` But even...