For gaining deeper insights into the performance of your algorithm (without a profiler), it is a good idea to use logging.
The new version of AlgBench now automatically saves ``print`` outputs with runtime, and added support for capturing loggers of the ``logging`` framework which is a much better option than to just print your logs. With this addition, you can gain deep insights into you algorithms with only small extra costs.