Includes aren't included in the CompileScore output for Clang -ftime-trace
missmah opened this issue · 2 comments
Oh wow! What Clang version are you using?
Maybe my data extractor for Clang got outdated and they are now marking things up slighlty different.
Regarding the second question, if the include data got found ( you can try that meanwhile on the msvc extractor ), you can ask to see the 'Includers' view which will show who includes each dependency up to the TUs themselves.
The numbers are how many TUs ended up including that particular file.
Super useful to cull dependencies mid line. Maybe your include is expensive by accumulation, so removing a dependency somewhere else that account for half of the counts can be helpful.
EDIT: It also looks like the full time method and threads retrieval on Clang is not working properly.