www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - how to profile compilation steps?

I'd like to at least get timestamps for the various steps appearing the the
dmd -v output.
Is there an easy way to modify dmd to output that?
That could be fed to a D function that parses it and generates a nice
profile report (ie the compiler would do not much more than just adding
timestamps, leaving most of the details to a D function)
Jul 11 2013