aboutsummaryrefslogtreecommitdiff
path: root/dev/bench/render_results
AgeCommit message (Collapse)Author
2020-11-19Modular printing algorithm for bench/render_results.Pierre-Marie Pédrot
The old code was a mess of handwritten ad-hoc code to print the result table in a fancy way. Instead of hardcoding everything this patch introduces a generic function to print a table of data. This will allow extension of the profiling information displayed to the user in an easy way.
2020-08-20Special commit to start benchmarking.Maxime Dénès