Skip to content

Build performance metrics

Jan Tusil edited this page Dec 5, 2018 · 2 revisions

How much time does it take to:

  1. Build the project from scratch?
  2. Do an incremental build, if only one file changes? What if it is a common file?
  3. Run a no-op build - when make concludes that nothings needs to be done?
  4. Do a syntax check on all files?

How can we measure that? How my can measure the changes in those metrics?

Clone this wiki locally