Table of Contents

What is the CPU Throughput? ie instructions per second (IPS|TIPS|GIPS|MIPS)

About

The throughput metrics in a CPU context is the number of instructions that can be executed in a unit of time at a given clock rate.

The performance or speed of a processor depends on e.g.:

which together are the factors for the instructions per second (IPS) that the CPU can perform.

Maximum Throughput Calculation

The maximum Throughput is the amount of data that the CPU is able to process without any latency by interfering processes.

To calculate the Maximum Throughput in bytes we use the following equation:

<MATH>T = \frac{W}{8} * (S*1,000,000)</MATH>

Where:

A 33MHz CPU operating on a 32 bits wide bus would be then able to process more than:

The equation above might be accurate to a certain extent but in reality the number might drop a bit caused by overhead.

1)) 2)

1)
wiki/Instructions_per_second (also Million IPS (MIPS), …