On 02/04/2016 10:29 AM, Bartosz Kosiorek wrote: > I downloaded cmakes from website: > https://cmake.org/download/ > > All generation were done on clean output (deleted all files generated by > cmake) > on the same repository version, in the same directory. > The only difference was cmake version used for configuring. > > How I could check what was caused such long times?
Try also timing the second and third runs on a single build tree to get timings without all the platform introspection tests. You could clone the CMake Git repository, build from source with -DCMAKE_BUILD_TYPE=RelWithDebInfo and then run it through a profiler (e.g. valgrind --tool=callgrind). Alternatively you could `git bisect` between v3.4.3 and v3.5.0-rc1 to see if there is a small range of commits that causes the regression. That could really help narrow it down. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers