[回到开始][上一层][下一篇]
发信人: bigbird2000 (bigbird2000), 信区: DSPTech
标 题: 高人指点profiler数据的含义
发信站: BBS 水木清华站 (Thu Jun 6 23:44:01 2002)
用ccs设置了两个profiler的绿色的断点后就开始run,run了一会停下来
在statitics里面出了两行数据:
location count max min average total
XXXXX XX XX XX XXX XX
***** ** ** ** *** **
这些数据的含义是什么呀(主要是想知道它们和那两个断点的关系)
谢谢大虾.....
--
发信人: bigbird2000 (bigbird2000), 信区: DSPTech
标 题: Re: 高人指点profiler数据的含义
发信站: BBS 水木清华站 (Fri Jun 7 08:28:11 2002)
在CCS的Help上有相关的介绍!虽说是E文,但是不是很难!
Good Lucky!
The Profile Statistics window displays the results for each profile point.
Each point displays the number of times it has been hit and the statistics
on the number of cycles or other events that have elapsed since the previous
profile point was hit. The
statistics include the minimum, maximum, total, and average number of cycles.
The Profile Statistics window updates every time a profile point is hit,
but too many window updates can slow down the profiling performance.
There are two ways to reduce the number of times the window updates:
connect the window to a Probe Point, or
open and close the window as needed. When you connect the Profile Statistics
window to a Probe Point, it only updates when the Probe Point is hit.
Therefore, you have control over when in your application the Profile Statisticss window updates. This
window only displays profiler results and is not needed to collect profiler
statistics; therefore, it does not need to be open all the time.
TMS320C3x Code Composer Help (SPRH061) Copyright ?1999 Texas Instruments Incorpoorated
【 在 lunarorbit (肚肚&我爱烟屁) 的大作中提到: 】
: 用ccs设置了两个profiler的绿色的断点后就开始run,run了一会停下来
: 在statitics里面出了两行数据:
: location count max min average total
: XXXXX XX XX XX XXX XX
: ***** ** ** ** *** **
: 这些数据的含义是什么呀(主要是想知道它们和那两个断点的关系)
: 谢谢大虾.....
--
※ 来源:·BBS 水木清华站 smth.edu.cn·[FROM: 202.118.70.114]
发信人: lunarorbit (肚肚&我爱烟屁), 信区: DSPTech
标 题: Re: 高人指点profiler数据的含义
发信站: BBS 水木清华站 (Fri Jun 7 09:52:40 2002)
3x,看来还是得看洋文呀。
【 在 bigbird2000 的大作中提到: 】
: 在CCS的Help上有相关的介绍!虽说是E文,但是不是很难!
: Good Lucky!
: The Profile Statistics window displays the results for each profile point.
: Each point displays the number of times it has been hit and the statistics
: on the number of cycles or other events that have elapsed since the previo..
: profile point was hit. The
: statistics include the minimum, maximum, total, and average number of cycl..
: The Profile Statistics window updates every time a profile point is hit,
: but too many window updates can slow down the profiling performance.
: There are two ways to reduce the number of times the window updates:
: ...................
--
※ 来源:·BBS 水木清华站 smth.org·[FROM: 202.205.16.21]
发信人: wwpp (编程浪子), 信区: DSPTech
标 题: Re: 高人指点profiler数据的含义
发信站: BBS 水木清华站 (Fri Jun 7 11:54:15 2002)
【 在 lunarorbit (肚肚&我爱烟屁) 的大作中提到: 】
: 用ccs设置了两个profiler的绿色的断点后就开始run,run了一会停下来
: 在statitics里面出了两行数据:
: location count max min average total
: XXXXX XX XX XX XXX XX
^^^这个就是平均周期数,设为a
: ***** ** ** ** *** **
: 这些数据的含义是什么呀(主要是想知道它们和那两个断点的关系)
: 谢谢大虾.....
又你知道该函数每秒钟执行的次数,设为b,那么,该函数的运算量m为:
m=a*b/10^6(mips)
--
'Relax' said the nightman, We are programed to recieve.
※ 来源:·BBS 水木清华站 smth.edu.cn·[FROM: 166.111.66.60]
[回到开始][上一层][下一篇]
欢迎访问Cterm主页
|