(dynamic instruction) vs (static instruction)

Learning stuff 2013. 3. 4. 20:58

The dynamic instruction count is the actual number of instructions executed by the CPU for a specific program execution, whereas the static instruction count is the number of instruction the program has.

We usually use dynamic instruction count as if for example you have a loop in your program then some instructions get executed more than once. Also, in the presence of branches, some instructions may not be executed at all.

'Learning stuff' 카테고리의 다른 글

Event-driven simulation  (0) 2013.03.05
trace_driven 이란  (0) 2013.03.05
Interconnect scaling  (0) 2013.03.04
Switching techniques  (0) 2013.03.02
NoC  (0) 2013.03.02