According to Base.@timed docs, @timed is
A macro to execute an expression, and return the value of the expression, elapsed time in seconds, total bytes allocated, garbage collection time, an object with various memory allocation counters, compilation time in seconds, and recompilation time in seconds.
Since version v1.6.0, BenchmarkTools.jl has added macro @btimed.
I wonder if Chairmarks.jl has the same tool or has it planned. I am migrating from BenchmarkTools.jl to Chairmarks.jl, it would be nice to have the same tool without changing much of my code.