se16 and include table entries into TR SAT trace - Gross time and Net time

75 阅读1分钟

Created by Wang, Jerry, last modified on Oct 01, 2016

[外链图片转存失败(img-YGN3FGzp-1563546605983)(user-images.githubusercontent.com/5669954/340…)]
clipboard2

Gross Runtime

the elapsed time between the start and end of a processing block.

Net Runtime

does not count runtime spent in other processing block but only the time spent processing code directly in the current being executed processing block.
Suppose in our processing block to be tested we call another FM A and B, so the duration time of A and B execution is not included in the net time.