This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
I'm trying to turn my 1070 line file code coverage output into:
(a) an HTML (or color-coded) view of each line, and its frequency of execution. Green would be good, Pink means never executed (must analyze).
(b) A way to put up statistics (easy in Excel, I know) on how many lines not executed/executed to report total code coverage.
Is there any tools/scripts that exist for the csv file that is generated from the pdat/prf file dumped/processed ?
e.g., a Coburtura-type "Coverage Report" view where packages could be filename or function name.
JohnS,
Yes, I've followed through with the Excel Solution. I actually automatically bring in the source code into a worksheet and highlight each line with green or red now. Hyperlinks are automatically added to the lines in another sheet in excel to those highlighted lines, per the CSV output of the CCS tools.
I am running CCS 5.1, btw.
Thanks for the help
Will