Hello! I have a model that has multiple processors. Each processor uses operator to setup and process item. When I try to create a throughput chart for operators, I found that their input and output is zero. However, their state is utilize when they process the item. But, due to 0 input and 0 output, their throughput is 0. I want to track their utilization and throughput using their own statistics. How would I make their input and output based on the items they process?