Real-Time Workshop User's Guide | ![]() ![]() |
The TLC Debugging options are of interest to those who are writing TLC code. These options are summarized here; refer to the Target Language Compiler Reference Manual for details. The TLC Debugging options are:
Normally, the build process deletes the model
.rtw
file from the build directory at the end of the build. When Retain .rtw file is selected, model
.rtw
is not deleted. This option is useful if you are modifying the target files, in which case you will need to look at the model
.rtw
file.
When this option is selected, the TLC profiler analyzes the performance of TLC code executed during code generation, and generates a report. The report is in HTML format and can be read by your Web browser.
This option starts the TLC debugger during code generation.This option is equivalent to entering the -dc
argument into the System Target File field on the Real-Time Workshop page.
When this option is selected, the Target Language Compiler generates a report containing statistics indicating how many times each line of TLC code is hit during code generation.
This option is equivalent to entering the -dg
argument into the System Target File field on the Real-Time Workshop page.
![]() | Target Specific Code Generation Options | Real-Time Workshop Submenu | ![]() |