I have an Eigen-based C++ application where I'm interested in generating the time distributions for the different steps in a way one could generate a time distribution performance plot. This will help quickly finding the current bottlenecks e.g. compiling using MKL as backend etc.
How can I use Boost Log for this purpose? is there built in support in Boost Log to show the elapsed time from the last logging statement for a specific level?