문제

I was wondering if there is any way to gather statistics from GCC/G++ compilation process like the number of lines compiled in the entire process, total time spend compiling, number of compilation errors, number/size of compiled objects and so on.

I would like to make a script ( maybe in python ) to generate statistical information in a daily, weekly and monthly basis.

Could someone give a light on this?

Thanks

도움이 되었습니까?

해결책

I know one, it's called Cdash and it's part of a larger and ideal suite that virtually includes Cmake, Ctest and Cpack.

This will probably be an interesting video for you

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top