0
28kviews
Define pipeline performance measures. What are the three basic performance measures for the pipeline?

Mumbai University > Computer Engineering > Sem 8 > parallel and distributed systems

Marks: 5M

1 Answer
0
3.7kviews

The ability to overlap stages of a sequential process for different input tasks (data or operations) results in an overall theoretical completion time of

$$T_pipe=m.P+(n-1).P$$

Here n is the number of input tasks, m is the number of stages in the pipeline, and P is the clock.

The three basic …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.