Viladoman / CompileScore

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

Feature Suggestion: Project level profiling #18

Closed kch86 closed 2 years ago

kch86 commented 2 years ago

An option to only rebuild and profile a single project would be great. On large projects iterating over an entire solution is not very efficient.

Viladoman commented 2 years ago

Hi! You are totally right, being able to iterate on a single project is really helpful to save time.

You should be able to find the option to 'build and profile' and 'rebuild and profile' a single project in the context menu for the given project. Right click on it on the Solution Explorer.

image

Let me know if this is not the case at your end and I will investigate.

kch86 commented 2 years ago

Ah! Great! I only looked in the Build toolbar menu and didn't see a project build option there. Sorry for not noticing the context menu option in the solution explorer.