34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
; --------------------------------------------------------------------------------
|
|
; @Title: Code Coverage Reports
|
|
; @Description:
|
|
; This folder contains the scripts to create a code coverage report, which can
|
|
; be viewed in all major web browsers.
|
|
; @Keywords: XML
|
|
; @Author: HLG, CSA
|
|
; @Copyright: (C) 1989-2024 Lauterbach GmbH, licensed for use with TRACE32(R) only
|
|
; --------------------------------------------------------------------------------
|
|
; $Id: readme.txt 22163 2024-01-24 08:52:50Z dorthofer $
|
|
|
|
single_file_report:
|
|
The folder single_file_report contains scripts to export several
|
|
code coverage results o a single XML, HTML or PDF file.
|
|
This report is suitable for you, if you need everything in one file to store
|
|
it somewhere for documentation. Especially useful if you need a single PDF
|
|
with all results.
|
|
However viewing a huge XML file in you web browser can be rather slow.
|
|
|
|
multiple_file_report:
|
|
This folder multiple_file_report contains scripts to export several
|
|
code coverage results o multiple single XML or HTML files. Each created
|
|
XML/HTML file represents a module or function of the exported target program.
|
|
This report is suitable for you, if you want to browse hierarchically through
|
|
the exported results. Since each XML files is quite small viewing the files
|
|
in your browser goes rather quick.
|
|
|
|
mcdc:
|
|
This folder eca contains an example for ARM, PowerPC, TriCore and RISC-V cores
|
|
that shows the use of ECA files for the measurement of complex code coverage
|
|
metrics like MC/DC.
|
|
|
|
merge_demo:
|
|
This folder contains an example for merging the data of multiple coverage measurements using t32covertool. |