Depletion Timings

Is there any chance we can get the depletion modules updated to include the ability to track the timing of the transport and depletion sections of a depletion run separately? I use them to optimize step size and counting statistics, but the process I have to go through is by recording my PC’s cpu usage (which differs significantly between transport steps and depletion steps) and by manually gathering the times to then input into an algorithm to select step size. It would be much easier if I could grab these values directly from the code for this purpose. I have tried to implement timing into the code myself, but I am not familiar enough with overall process and have failed. Transports give times for initialization and whatnot, but sadly depletion does not.