代码堆栈使用量探查
查看和分析代码节的堆栈使用量探查
使用堆栈使用量探查可以:
确定目标硬件的堆栈内存需求。
观察编译器优化和数据输入对堆栈使用量的影响。
您可以配置软件在环 (SIL) 或处理器在环 (PIL) 仿真,为生成的代码生成堆栈使用量度量。使用代码探查分析器、代码堆栈探查报告或仿真数据检查器来分析堆栈使用量度量。
对象
函数
主题
- Create Stack Usage Profile for Generated Code
Configure SIL or PIL simulation to produce stack usage metrics for generated code.
- View and Compare Stack Usage Metrics
Determine size of stack memory that is required to run generated code.
- Aggregate Stack Usage Profiles to Identify Most Demanding Execution
Identify and analyze most demanding task execution and test using stack usage profiles.
- Stack Usage Profiling From Command Line
Use line commands to configure stack usage profiling and view report.