JuliaTeachingCTU / Scientific-Programming-in-Julia

Repository for B0M36SPJ
https://juliateachingctu.github.io/Scientific-Programming-in-Julia/dev/
MIT License
76 stars 12 forks source link

NVTX profiler #121

Open pevnak opened 1 year ago

pevnak commented 1 year ago

When we will be talking about multi-threadding, we might use the profiler from NVidia, https://github.com/JuliaGPU/NVTX.jl which is similar to my logging profiler with all nuts and bolts. There is a nice juliacon talk from 2023, which demonstrates it, even showing garbage collection runs.