I need to count the number of lines of code (in a C++) program that get executed to produce an output.
While i can do this manually by setting a breakpoint and manually debugging and counting, i am looking for a tool that can do the same (give i have a huge codebase).
Any suggestions?
Need a tool to count number of lines executed in C++ code.?
You can download an open source project called CCCC
to calculate approximate lines of execuatble lines of code, code complexity ,etc
Reply:An abacus!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment