I'm trying to analyze the causes for long compilation times in my work (Visual studio 2017, many C++ and some C++/CLI projects), so I've turned on the /Bt+ flag and got the nive detailed output regarding how much time c1xx and c2 spent in each file. I'm not sure though what each of them is responsible for, so I'd be glad if someone could elaborate on that.
Thanks in advance