http://docs.julialang.org/en/latest/stdlib/base/#Base.tic
On Thu, May 7, 2015 at 1:00 PM, Edward Chen <[email protected]> wrote: > 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 >
