Target Language Compiler    

TLC Profiler

This section discusses how to use the TLC profiler to analyze your TLC code to improve code generation performance.

The TLC profiler collects timing statistics for TLC code. It collects execution time for functions, scripts, macros, and built-in functions. These results become the basis of HTML reports that are identical in format to MATLAB profiler reports. By analyzing the report, you can identify bottlenecks in your code that make code generation take longer.


 TLC Coverage Using the Profiler