Viladoman / CompileScore

Tools for profiling and visualizing C++ build times.
MIT License
460 stars 19 forks source link

Right clicking a project and choosing "Build and Profile" fails for our projects #21

Closed gpakosz closed 8 months ago

gpakosz commented 2 years ago

Hello,

Right clicking a project and choosing "Build and Profile fails".

image

This is likely because our .vcxproj files are modified to import our own .targets XML files in a bigger scheme that allows us to factor out build settings for the ~100 projects in our .sln.

Will try to come up with a repro.

Viladoman commented 2 years ago

Interesting. Strange that the Build and Profile is not behaving the same way as Build Project. If you could provide me with a simple failing test project I would really appreciate it.

Viladoman commented 8 months ago

I think the mentioned PR might have fixed this issue. In case it did not, there is also the option to manually trigger a 'Start Trace' and 'Stop Trace' in the extension menus ( mappable to key bindings or custom toolbar buttons )