To whom it may concern: I am interested in testing the performance of my code.
I am familiar with using @elapsed in the following way: metric = Float64[] push!(metric,@elapsed output = foo(input)) Is there an analogous way for doing this with @time, or @allocated? Thanks, Ed
