Generate Reports
Generate reports from test or code profiling results
You can generate XML or HTML reports from your test or code profiling results for archiving and certification. Generate HTML reports if you want to review the results in a human-readable format. Otherwise, generate XML reports for further processing.
System Commands
polyspace-test -report | (System Command) Generate reports from test or code profiling results |
Tools
| Polyspace Platform Settings | Settings for Polyspace Platform user interface (Since R2023b) |
Topics
Generate Test Reports
- Generate Reports from C/C++ Test Results
Generate reports with test requirements, specifications, and results. - Generate Reports of C/C++ Test Results Using Python API for Polyspace
Save Polyspace® Test™ results as XML or HTML reports. - Structure of HTML Reports Generated from C/C++ Test Results
Test reports in HTML format contain an index with an overview of the results and a per-suite breakdown of the test results.
Generate Code Profiling Reports
- Generate Reports from C/C++ Code Profiling Results
Generate reports from code coverage, execution time, or memory use results. - Structure of HTML Reports Generated from C/C++ Code Profiling Results
Code profiling reports in HTML format contain a summary of code profiling, along with detailed breakdown per file and function. - Structure of HTML Reports Generated from C/C++ Code Sanitizer Results
Code sanitization reports in HTML format contain a summary of code profiling, along with detailed breakdown per file, function and flagged expression. - Review and Address Execution Time Results
After calculating the execution time of your code, review the results and address bottlenecks in execution time. - Review and Address Memory Use Results
After calculating the stack memory use of your code, review the results and address possible stack overflow.
Customize Reports
- Report C/C++ Test Specifications with Test Results
Generate reports of test specifications when reporting test results. - Report Only Failing Assessments in C/C++ Test Reports
Omit passing assessments when reporting test results. - Customize Content and Style of Polyspace Test Reports
Add headers, footers and other custom sections to reports generated from C/C++ test and code profiling results.