I'm running a caliper benchmark with multiple time*
methods and two parameters and at the end get a nice table like
parameter1 parameter2 benchmark
After a small change to a method body I get another nice table like
parameter2 benchmark parameter1
This keeps my emacs skills refreshed, but I'd prefer to get a fixed column order. Is it possible?
A side question: How does the order get actually determined? IMHO, using the declaration would be best as this allows to get the desired order by a trivial code change.