I'd like to have two calls added that has changes that show up on the production graph.
add_to_input_count(string, count)
- add's a non-negative amount to the input count for a given prototype
- string: The prototype name.
count: a non-negative value (integer?)
- add's a non-negative amount to the output count for a given prototype
- string: The prototype name.
count: a non-negative value (integer?)