Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] profile and improve compile times #1660

Open
DenisYaroshevskiy opened this issue Sep 3, 2023 · 0 comments
Open

[FEATURE] profile and improve compile times #1660

DenisYaroshevskiy opened this issue Sep 3, 2023 · 0 comments
Assignees
Labels
**HOT** This is an issue that needs work, like, now reproduced The bug has been reproduced and is under investigation urgent Need to be done soon

Comments

@DenisYaroshevskiy
Copy link
Collaborator

Using https://github.com/aras-p/ClangBuildAnalyzer

cmake -G Ninja .. -DCMAKE_EXPORT_COMPILE_COMMANDS=On -DCMAKE_CXX_FLAGS="-march=native --stdlib=libc++ -DEVE_NO_FORCEINLINE -ftime-trace"

Then I build ClangBuildAnalyzer

And

./ClangBuildAnalyzer --all ../../eve/build ./tmp && ./ClangBuildAnalyzer --analyze ./tmp > ../../eve/out.txt

https://gist.github.com/DenisYaroshevskiy/891232d1188db934ddec77ce6bab1ada

@jfalcou jfalcou added urgent Need to be done soon reproduced The bug has been reproduced and is under investigation **HOT** This is an issue that needs work, like, now labels Sep 3, 2023
@jfalcou jfalcou self-assigned this Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
**HOT** This is an issue that needs work, like, now reproduced The bug has been reproduced and is under investigation urgent Need to be done soon
Projects
None yet
Development

No branches or pull requests

2 participants