Re: [Interest] Tricks to improve moc performance?

2019-12-10 Thread Thiago Macieira
On Monday, 9 December 2019 14:51:24 PST Hamish Moffatt wrote: > If my memory serves me correctly, we found MOC drastically slower when > we upgraded from Qt 4.8 to 5.x. We had quite a few directories in > INCLUDEPATH, though nothing like the number you mentioned. Qt 5's moc, unlike Qt 4's, does no

Re: [Interest] Tricks to improve moc performance?

2019-12-10 Thread Adam Light
On Tue, Dec 10, 2019 at 5:09 AM Michael Jackson wrote: > What did you use to collect the sampling data? Our project also > experiences long build times (30 minutes on a 12 Core Xeon machine) using > Qt5. I would like to be able to zero in on some of the issues instead of > guessing at them. > > >

Re: [Interest] Tricks to improve moc performance?

2019-12-10 Thread Michael Jackson
What did you use to collect the sampling data? Our project also experiences long build times (30 minutes on a 12 Core Xeon machine) using Qt5. I would like to be able to zero in on some of the issues instead of guessing at them. -- Mike Jackson From: Interest on behalf of Adam Light