polyspace-test -merge
(System Command) Create a single test or code profiling result set from multiple result sets
Since R2023b
Syntax
Description
The system command polyspace-test -merge aggregates results from multiple test or code profiling result files.
polyspace-test -merge generates a result file that contains an aggregate of the results from the all the files in -results-dir <resultsFolder> [-operation union] <resultPaths><resultsPaths>.
polyspace-test -merge generates a result file that contains only those results that are present in all the files in -results-dir <resultsFolder> -operation intersect <resultPaths><resultsPaths>.
polyspace-test -merge generates a result file that contains only those results in -results-dir <resultsFolder> -operation diff <resultPath1> <resultPath2> <resultPath1> that are not present in <resultPath2>.
polyspace-test -merge generates a result file that aggregates code profiling information from variants of the same source code.-results-dir <resultsFolder> -operation aggregate-variants <profilingResultsPaths>
Input Arguments
Version History
Introduced in R2023b