matthijscox / Blog

MIT License
0 stars 0 forks source link

pages/2021-03-23-julia-tips/ #11

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Functional Noise

https://www.functionalnoise.com/pages/2021-03-23-julia-tips/

matthijscox commented 2 years ago

For profiling I discovered PProf.jl. It's actually very useful and has many graphical representations, including the time spend or memory allocated per line of code, or a nice visual call stack through the code!

See this Youtube video on allocation profiling for a nice example usage.