Compilation duration
Adds two new fields to the JSON generated by the parse command:
- compilationDuration
- compilationEndTimestamp
These fields were added to show the actual compilation time of a Target because with the new Build System in a project with a lot of modules, the linking phase may happen way long after the files of the target were compiled. With this fields will be clearer how much time did actually the compilation took.
Fixes: