This is similar to measuring plotting time. Instead of @time plot(rand(3,3)) you do @time (p = plot(rand(3,3)); display(p))
2 Likes
This is similar to measuring plotting time. Instead of @time plot(rand(3,3)) you do @time (p = plot(rand(3,3)); display(p))