このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
Start TLC coverage when generating code
Log coverage of TLC code during code generation
モデル コンフィギュレーション ペイン: Code Generation
Description
The Start TLC coverage when generating code parameter instructs the code generator to log the number of times each line of TLC code executes and captures the information in a TLC execution report.
Settings
off
(既定値) | on
- On
Logs TLC coverage data.
- Off
Does not log TLC coverage data.
ヒント
You can also generate the TLC execution report by entering the -dg
argument into the System target file field.
Recommended Settings
Application | Setting |
---|---|
Debugging | On |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | No impact |
Programmatic Use
Parameter: TLCCoverage |
Type: character vector |
Value: 'on' | 'off' |
Default: 'off' |
バージョン履歴
R2006a で導入