Utility Mill

AssemblyLiner

Track the progress of an assembly line.


Output


Instructions / Discussion

First, enter delay times as a comma-seperated list of values. For example,

4, 2, 3

Would indicate a first-stage delay time of 4, second-stage delay time of 2, and a third-stage delay time of 3. Input as many delay times for as many stages as you want. Stages with 0 delay are not supported.

Second, enter the number of iterations you would like to see.

The program outputs the total number of objects created, as well as the time the first object was created (trivially the the sum of all the stage delays).

Created to resolve a pipelined circuit timing dispute between myself and some friends.

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py