Re: [Qt-creator] Mime performance

2018-12-21 Thread Tobias Hunger
Hi Orgad, Everybody around here is waiting for christmas holidays, so do not expect much to happen in the next few weeks! On Fri, Dec 21, 2018 at 11:48 AM Orgad Shaneh wrote: > Building the project tree for qtcreator.pro takes about 5 seconds, on which > the GUI is blocked. > > I profiled

Re: [Qt-creator] Perf parser

2018-12-21 Thread Ulf Hermann
> Is it possible to profile Creator using perf from within the same > Creator executable? I can profile other applications, but trying to > profile Creator I notice that perfparser remains 100% active when the > other instance window is already closed. I've profiled Qt Creator with the

[Qt-creator] Perf parser

2018-12-21 Thread Orgad Shaneh
Hi, Thanks for open sourcing this feature, looks promising :) Is it possible to profile Creator using perf from within the same Creator executable? I can profile other applications, but trying to profile Creator I notice that perfparser remains 100% active when the other instance window is

Re: [Qt-creator] Clang code model running in C++98 mode

2018-12-21 Thread Julius Bullinger
On 15.11.2018 16:33, Nikolai Kosjar wrote: On 11/15/18 3:55 PM, Julius Bullinger wrote: We're still running MSVC 2013, which doesn't seem to be covered by this exceptions. I tested opening the project with a MSVC 2017 Version 15.8 kit, and with that, the code model reports a C++ version of

[Qt-creator] Mime performance

2018-12-21 Thread Orgad Shaneh
Hi, Building the project tree for qtcreator.pro takes about 5 seconds, on which the GUI is blocked. I profiled setRootProjectNode(QmakeNodeTreeBuilder::buildTree(this)) in QmakeProject, and found out that mimetype resolving is the heaviest operation there. Is it possible to cache mimetype