Re: [cmake-developers] Profile Cmake scripts

2015-12-27 Thread Alexander Neundorf
On Sunday, December 27, 2015 18:40:27 Dimitar Yordanov wrote: > Hi all, > > I was searching for a way to profile CMake scripts in order to find > bottlenecks and possibilities to improve performance. I found out that > someone already invested time on that [1] providing a minimal solution. The >

[cmake-developers] Profile Cmake scripts

2015-12-27 Thread Dimitar Yordanov
Hi all, I was searching for a way to profile CMake scripts in order to find bottlenecks and possibilities to improve performance. I found out that someone already invested time on that [1] providing a minimal solution. The idea behind it is to use the cmake "--trace" option and to output a time

Re: [cmake-developers] Profile Cmake scripts

2015-12-27 Thread Dimitar Yordanov
2015-12-27 21:05 GMT+01:00 Alexander Neundorf : > > On Sunday, December 27, 2015 18:40:27 Dimitar Yordanov wrote: > > > Hi all, > > > > > > I was searching for a way to profile CMake scripts in order to find > > > bottlenecks and possibilities to improve performance. I found out