Studio Report - studioreport

Purpose

Creates a temporary project with the test result files passed as parameter. These results can then be exported to HTML.

Syntax

studioreport [-help] [-html <dir> ] [-keep] [-clean[All]] [-verbose] [ <report files> ]

where:

  • <dir> is the name of the output directory for the HTML reports.

  • <report files> is a list of file names separated by space characters. Only test result files are accepted.

Description

Report files must have the following extensions

  • .spt global result file generated by the execution

  • .xrd Component testing report file

  • .rtx Graphical report file

  • .crc Rule checker report file

  • .met Static Metric report file

  • .fdc, .tio Code coverage report files

  • .tsf, .tpf Memory profiling report files

  • .tsf, .tqf Performance profiling report files

  • .tsf, .tdf Runtime tracing report file

  • .log, .xtp file providing the listing of files like attolccReport.xtp

Files must have absolute paths or be relative to the current directory.

When no parameters are specified, studioreport looks for attolccfiles.log, TestRTccfiles.log, TestRTccfiles.xtp, or attolccReport.xtp in the current directory.

Note attolcc generates attolccReport.xtp after the application linkage.

Typing the studioreport command with the .spt file path, if it has not been generated locally, starts the viewer for the instrumented application.

Options

-help

Displays the help message

-html <dir>

Creates the directory for HTML exports

-keep

Keeps the temporary project that was generated

-clean

Removes all dynamic results, -cleanAll removes all report files

-verbose

Shows all files listed as studio parameters