Skip to content

Compilation duration

Choose a tag to compare

@ecamacho ecamacho released this 14 Feb 13:12
· 270 commits to master since this release
4bf4fb7

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: