第8章 程序调试及实例分析.pptVIP

  • 5
  • 0
  • 约1.09万字
  • 约 55页
  • 2018-05-20 发布于湖北
  • 举报
第8章 程序调试及实例分析

8.3.8 使用GEL文件 (6)为了解Gain GEL函数的工作情况,点击Project View中GEL文件前的“+”符号,然后在VOLUME.GEL文件上双击鼠标便可查看其内容: menuitem Application Control dialog Load(loadParm Load) { processingLoad = loadParm; } slider Gain(0, 10 ,1, 1, gainParm) { gain = gainParm; } 8.3.9 调节和测试processing函数 具体步骤如下: (1)选择Profiler→Enable Clock,确保Enable Clock使能; (2)在Project View 中,双击volume.c文件; (3)选择View→Mixed Source/ASM使能,查看C源程序及其相应汇编指令; (4)把光标放置在load(processingLoad)行后的汇编指令上。; (5)点击工具栏按钮 或点击鼠标右键选择Toggle Profile Pt; (6)把光标放置在return(true)行后的汇编指令上; (7)点击工具栏按钮 (Toggle Profile-point); (8)选择Profiler→View Statistics。在Profile Statistics 窗口中的location

文档评论(0)

1亿VIP精品文档

相关文档