Merge topic 'print-configure-generate-time'

29404cfd92 cmake: Capture more complete configure/generate steps in printed durations
f106df8f96 cmGlobalVisualStudio8Generator: Remove unused Configure method override

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !9508
This commit is contained in:
Brad King
2024-05-13 13:37:56 +00:00
committed by Kitware Robot
5 changed files with 35 additions and 40 deletions
@@ -0,0 +1,8 @@
print-configure-generate-time
-----------------------------
* The durations printed after "Configuring done" and "Generating done"
messages now reflect time spent in generator-specific steps, and
in a code model evaluation step at the beginning of generation that
was not previously captured. Printed durations may appear longer
than in previous versions of CMake.