Enter values to see detailed analysis and insights.
How to Use
- 1Enter the parallelizable portion of the task (0.0 to 1.0).
- 2Enter the number of processors.
- 3The calculator will show the speedup factor.
Theoretical Speedup
S = 1 / ((1 - p) + (p / N))Variables:
pProportion of task that can be parallelized (0-1)NNumber of processorsExample
Inputs:
Steps:
- 1.S = 1 / ((1 - 0.5) + (0.5 / 2))
- 2.S = 1 / (0.5 + 0.25)
- 3.S = 1 / 0.75 = 1.33
