Physics fast forward calculation of time

Hey guys,
I am fast forwarding physics by calling box2d step function multiple times in update using a for loop of 100.
I am getting the desired results but I need to calculate dt when the fast forward is on so that I can derive a timer similar to when the fast forward is not being applied.
Anyway to that?